Searched refs:_call_with_frames_removed (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Lib/importlib/ |
D | _bootstrap.py | 211 def _call_with_frames_removed(f, *args, **kwds): function 746 return _call_with_frames_removed(_imp.create_builtin, spec) 751 _call_with_frames_removed(_imp.exec_builtin, module) 818 code = _call_with_frames_removed(_imp.get_frozen_object, name) 953 _call_with_frames_removed(import_, parent) 1035 _call_with_frames_removed(import_, from_name)
|
D | _bootstrap_external.py | 728 _bootstrap._call_with_frames_removed(exec, code, module.__dict__) 790 return _bootstrap._call_with_frames_removed(compile, data, path, 'exec', 1042 module = _bootstrap._call_with_frames_removed( 1050 _bootstrap._call_with_frames_removed(_imp.exec_dynamic, module)
|