MCPcopy Create free account
hub / github.com/MarkYu98/madpose / __init__

Method __init__

setup.py:23–25  ·  view source on GitHub ↗
(self, name: str, sourcedir: str = "")

Source from the content-addressed store, hash-verified

21# If you need multiple extensions, see scikit-build.
22class CMakeExtension(Extension):
23 def __init__(self, name: str, sourcedir: str = "") -> None:
24 super().__init__(name, sources=[])
25 self.sourcedir = os.fspath(Path(sourcedir).resolve())
26
27
28class CMakeBuild(build_ext):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected