Is it possible to find a node / child by class rather than name?
Update for future googlers: extends is now is
extends
is
var n=[] for c in get_children(): if c extends DesiredClass: n.append(c)
Most helpful comment
Update for future googlers:
extends
is nowis