Home
last modified time | relevance | path

Searched defs:__file__ (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Lib/plat-mac/
Dappletrawmain.py41 __file__ = os.path.join(_dir, '__main__.py') variable
50 __file__ = os.path.join(_dir, '__main__.pyc') variable
/external/python/cpython2/Lib/idlelib/idle_test/
Dtest_grep.py14 __file__ = findfile('idlelib/idle_test') + '/test_grep.py' variable
/external/python/cpython2/Tools/framer/
Dexample.py31 __file__ = "cStringIO.c" variable in cStringIO
/external/python/cpython2/Lib/unittest/test/
Dtest_discovery.py320 __file__ = 'bar/foo.py' variable in TestDiscovery.setup_module_clash.Module
/external/python/cpython2/Lib/test/
Dregrtest.py1653 __file__ = os.path.abspath(__file__) variable
/external/python/cpython3/Lib/unittest/test/
Dtest_discovery.py713 __file__ = 'bar/foo.py' variable in TestDiscovery.setup_module_clash.Module
/external/capstone/bindings/python/capstone/
D__init__.py205 __file__ = inspect.getfile(inspect.currentframe()) variable