Searched refs:_call_with_frames_removed (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Lib/importlib/ |
D | _bootstrap.py | 233 def _call_with_frames_removed(f, *args, **kwds): function 776 return _call_with_frames_removed(_imp.create_builtin, spec) 781 _call_with_frames_removed(_imp.exec_builtin, module) 855 code = _call_with_frames_removed(_imp.get_frozen_object, name) 992 _call_with_frames_removed(import_, parent) 1078 _call_with_frames_removed(import_, from_name)
|
D | _bootstrap_external.py | 883 _bootstrap._call_with_frames_removed(exec, code, module.__dict__) 947 return _bootstrap._call_with_frames_removed(compile, data, path, 'exec', 1176 module = _bootstrap._call_with_frames_removed( 1184 _bootstrap._call_with_frames_removed(_imp.exec_dynamic, module)
|