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

  /external/autotest/client/bin/
setup_job.py 53 globals_dict = globals().copy()
75 exec import_stmt + '\n' + init_stmt in locals_dict, globals_dict
76 client_test = globals_dict['auto_test']
  /external/python/cpython2/Lib/test/
test_warnings.py 565 globals_dict = globals()
566 oldfile = globals_dict['__file__']
570 globals_dict['__file__'] = None
576 globals_dict['__file__'] = oldfile
    [all...]
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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

Completed in 289 milliseconds