MCPcopy Create free account
hub / github.com/PyMesh/PyMesh / run

Method run

setup.py:100–103  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

98 os.chdir(cwd)
99
100 def run(self):
101 self.build_third_party()
102 self.build_pymesh()
103 build.run(self)
104
105setup(
106 name = "pymesh2",

Callers

nothing calls this directly

Calls 3

build_third_partyMethod · 0.95
build_pymeshMethod · 0.95
runMethod · 0.45

Tested by

no test coverage detected