2020-10-21 11:22:56 -04:00
|
|
|
def foo(): pass
|
2020-10-26 12:58:32 -04:00
|
|
|
# <- definition.function
|
2020-10-21 11:22:56 -04:00
|
|
|
|
|
|
|
|
def bar():
|
2020-10-26 12:58:32 -04:00
|
|
|
# <- definition.function
|
2020-10-21 11:22:56 -04:00
|
|
|
foo()
|
2020-10-26 12:58:32 -04:00
|
|
|
# <- reference.call
|