Searched refs:_globals (Results 1 – 4 of 4) sorted by relevance
6 _globals = globals() variable19 if 'pthread_sigmask' in _globals:57 if 'pthread_sigmask' in _globals:65 if 'sigpending' in _globals:72 if 'sigwait' in _globals:79 del _globals, _wraps
63 _globals = globals variable105 global_ns = _globals() if globals is None else globals
99 _globals = globals() variable101 if (fn in _globals) and (str in _have_functions):102 _set.add(_globals[fn])182 del _globals
53 def _read_config_file(cf, _globals=globals(), _locals=locals(), interactive=True): argument76 exec(compile(open(cf).read(), cf, 'exec'), _globals, _locals)