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 | 16 def fix_ext_py(filename): function 25 return fix_ext_py(__file__), modname 124 self.my_py_filename = fix_ext_py(__file__) 156 (fix_ext_py(testmod.__file__), 2): 1, 157 (fix_ext_py(testmod.__file__), 3): 1, 231 self.my_py_filename = fix_ext_py(__file__) 293 (fix_ext_py(testmod.__file__), 'testmod', 'func'): 1, 345 (fix_ext_py(testmod.__file__), 'testmod', 'func')): 1,
|