Searched defs:__file__ (Results 1 - 5 of 5) sorted by relevance
/third_party/python/Lib/msilib/ | ||
H A D | text.py | 1 import msilib,os;dirname=os.path.dirname(__file__) namespace |
/third_party/python/Tools/scripts/ | ||
H A D | generate_global_objects.py | 6 __file__ = os.path.abspath(__file__) variable |
/third_party/python/Lib/idlelib/idle_test/ | ||
H A D | test_pathbrowser.py | 13 import idlelib # for __file__ namespace |
/third_party/python/Lib/unittest/test/ | ||
H A D | test_discovery.py | 721 __file__ = 'bar/foo.py' variable in TestDiscovery.setup_module_clash.Module |
/third_party/python/Lib/lib2to3/tests/ | ||
H A D | test_parser.py | 116 __file__ = 'parsertestmodule' variable in TestPgen2Caching.test_load_packaged_grammar.MyModule |
Completed in 4 milliseconds