Searched refs:path_to_file (Results 1 – 1 of 1) sorted by relevance
32 path_to_file = os.path.realpath(__file__) variable33 if path_to_file.endswith('.pyc'): # pragma: no cover34 path_to_file = path_to_file[:-1] variable35 dir_above_typ = os.path.dirname(os.path.dirname(path_to_file))276 ret = h.call_inline([h.python_interpreter, path_to_file] + argv)937 sys.modules['__main__'].__file__ = path_to_file