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 752 return _call_with_frames_removed(_imp.create_builtin, spec) 757 _call_with_frames_removed(_imp.exec_builtin, module) 826 code = _call_with_frames_removed(_imp.get_frozen_object, name) 961 _call_with_frames_removed(import_, parent) 1042 _call_with_frames_removed(import_, from_name)
|
D | _bootstrap_external.py | 783 _bootstrap._call_with_frames_removed(exec, code, module.__dict__) 846 return _bootstrap._call_with_frames_removed(compile, data, path, 'exec', 1101 module = _bootstrap._call_with_frames_removed( 1109 _bootstrap._call_with_frames_removed(_imp.exec_dynamic, module)
|