MCPcopy Index your code
hub / github.com/python/mypy / run

Method run

setup.py:61–63  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

59 stream.write(f'__version__ = "{version}"\n')
60
61 def run(self) -> None:
62 self.execute(self.pin_version, ())
63 build_py.run(self)
64
65
66cmdclass = {"build_py": CustomPythonBuild}

Callers 1

run_cmdFunction · 0.45

Calls

no outgoing calls

Tested by 1

run_cmdFunction · 0.36