1 2 3 4 5 6 7 8 9 10 11 12 13 14
# GH-80157 extends Node func f(): pass signal s() func test(): print(f) print(s) print(get_child) print(ready)