MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / run_path

Function run_path

Lib/runpy.py:223–269  ·  view source on GitHub ↗

Execute code located at the specified filesystem location Returns the resulting top level namespace dictionary The file path may refer directly to a Python script (i.e. one that could be directly executed with execfile) or else it may refer to a zipfile or directory con

(path_name, init_globals=None, run_name=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 10

_get_importerFunction · 0.85
_get_code_from_fileFunction · 0.85
_run_module_codeFunction · 0.85
_get_main_module_detailsFunction · 0.85
_TempModuleClass · 0.85
_ModifiedArgv0Class · 0.85
_run_codeFunction · 0.85
insertMethod · 0.45
copyMethod · 0.45
removeMethod · 0.45

Tested by

no test coverage detected