I have been looking on how to access a node's name, and have found get_name()
method as well as node.name
, and get('name')
. All of these works the same, but only get_name()
doesn't autocomplete nor does it tell me it's a valid method until i put parentheses on the end.
Is that a bug or am i missing something ?