Your _ready() is empty and none of your custom functions are triggered by anything based on what I can see. Also that extra indent on the highlighted line 16 could be removed.
edit: I suppose your signals might be triggering the functions if set up properly, but I can't be sure of that I mean.
Edit 2: Ok, so instead of using Str() you should use String() on line 19, and since you used the text entered signal from the LineEdits, after inputting/changing the text you need to hit enter too.