Searched refs:_call_with_frames_removed (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Lib/importlib/ |
D | _bootstrap.py | 197 def _call_with_frames_removed(f, *args, **kwds): function 725 return _call_with_frames_removed(_imp.create_builtin, spec) 730 _call_with_frames_removed(_imp.exec_builtin, module) 797 code = _call_with_frames_removed(_imp.get_frozen_object, name) 936 _call_with_frames_removed(import_, parent) 1009 _call_with_frames_removed(import_, from_name)
|
D | _bootstrap_external.py | 678 _bootstrap._call_with_frames_removed(exec, code, module.__dict__) 740 return _bootstrap._call_with_frames_removed(compile, data, path, 'exec', 921 module = _bootstrap._call_with_frames_removed( 929 _bootstrap._call_with_frames_removed(_imp.exec_dynamic, module)
|