1
0
Fork 0
This commit is contained in:
Jörn-Michael Miehe 2023-04-04 23:45:56 +00:00
parent 36f86a745d
commit db8df8762c

View file

@ -90,7 +90,6 @@ def call_foo_local(pstr: str) -> None:
Redefine foo locally, then call - local foo is called.
In local namespace, `pstr` is defined.
"""
# call_local_foo got its own foo, so it calls locally
def foo() -> None:
# foo in local namespace is fine