Home
last modified time | relevance | path

Searched refs:nonlocal_ref (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_inspect.py1155 def f(nonlocal_ref): argument
1157 print(local_ref, nonlocal_ref, _global_ref, unbound_ref)
1169 def f(nonlocal_ref): argument
1171 print(local_ref, nonlocal_ref, _global_ref, unbound_ref)
1185 def f(self, nonlocal_ref): argument
1187 print(local_ref, nonlocal_ref, _global_ref, unbound_ref)