Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_inspect.py1150 _global_ref = object() variable
1157 print(local_ref, nonlocal_ref, _global_ref, unbound_ref)
1161 global_vars = {"_global_ref": _global_ref}
1171 print(local_ref, nonlocal_ref, _global_ref, unbound_ref)
1176 global_vars = {"_global_ref": _global_ref}
1187 print(local_ref, nonlocal_ref, _global_ref, unbound_ref)
1191 global_vars = {"_global_ref": _global_ref}