Searched refs:nonlocal_ref (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Lib/test/ |
D | test_inspect.py | 1468 def f(nonlocal_ref): argument 1470 print(local_ref, nonlocal_ref, _global_ref, unbound_ref) 1482 def f(nonlocal_ref): argument 1484 print(local_ref, nonlocal_ref, _global_ref, unbound_ref) 1498 def f(self, nonlocal_ref): argument 1500 print(local_ref, nonlocal_ref, _global_ref, unbound_ref)
|