HomeSort by relevance Sort by last modified time
    Searched refs:globals_dict (Results 1 - 5 of 5) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_warnings.py 535 globals_dict = globals()
536 oldfile = globals_dict['__file__']
540 globals_dict['__file__'] = None
543 globals_dict['__file__'] = oldfile
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_warnings.py 535 globals_dict = globals()
536 oldfile = globals_dict['__file__']
540 globals_dict['__file__'] = None
543 globals_dict['__file__'] = oldfile
  /external/chromium_org/third_party/cython/src/Cython/Debugger/
libcython.py     [all...]
  /external/chromium-trace/trace-viewer/third_party/python_gflags/
gflags.py 732 def _GetModuleObjectAndName(globals_dict):
736 globals_dict: A dictionary that should correspond to an environment
749 if getattr(module, '__dict__', None) is globals_dict:
    [all...]
  /external/chromium_org/third_party/python_gflags/
gflags.py 732 def _GetModuleObjectAndName(globals_dict):
736 globals_dict: A dictionary that should correspond to an environment
749 if getattr(module, '__dict__', None) is globals_dict:
    [all...]

Completed in 506 milliseconds