Lines Matching refs:_global_ref
1493 _global_ref = object()
1500 print(local_ref, nonlocal_ref, _global_ref, unbound_ref)
1504 global_vars = {"_global_ref": _global_ref}
1514 print(local_ref, nonlocal_ref, _global_ref, unbound_ref)
1519 global_vars = {"_global_ref": _global_ref}
1530 print(local_ref, nonlocal_ref, _global_ref, unbound_ref)
1534 global_vars = {"_global_ref": _global_ref}