Searched refs:fix_ext_py (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_trace.py | 15 def fix_ext_py(filename): function 24 return fix_ext_py(__file__), modname 106 self.my_py_filename = fix_ext_py(__file__) 138 (fix_ext_py(testmod.__file__), 2): 1, 139 (fix_ext_py(testmod.__file__), 3): 1, 192 self.my_py_filename = fix_ext_py(__file__) 239 (fix_ext_py(testmod.__file__), 'testmod', 'func'): 1, 274 (fix_ext_py(testmod.__file__), 'testmod', 'func')): 1,
|
/external/python/cpython3/Lib/test/ |
D | test_trace.py | 15 def fix_ext_py(filename): function 24 return fix_ext_py(__file__), modname 107 self.my_py_filename = fix_ext_py(__file__) 139 (fix_ext_py(testmod.__file__), 2): 1, 140 (fix_ext_py(testmod.__file__), 3): 1, 195 self.my_py_filename = fix_ext_py(__file__) 249 (fix_ext_py(testmod.__file__), 'testmod', 'func'): 1, 289 (fix_ext_py(testmod.__file__), 'testmod', 'func')): 1,
|