Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
105
setup(
106
name =
"pymesh2"
,
Callers
nothing calls this directly
Calls
3
build_third_party
Method · 0.95
build_pymesh
Method · 0.95
run
Method · 0.45
Tested by
no test coverage detected