MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / run_script

Function run_script

imperative/python/megengine/tools/profiler.py:86–87  ·  view source on GitHub ↗
(filename)

Source from the content-addressed store, hash-verified

84
85
86def run_script(filename):
87 runpy.run_path(filename, None, "__main__")
88
89
90if __name__ == "__main__":

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected