MCPcopy Create free account
hub / github.com/Tencent/MMKV / __init__

Method __init__

Python/setup.py:16–18  ·  view source on GitHub ↗
(self, name, sourcedir='')

Source from the content-addressed store, hash-verified

14
15class CMakeExtension(Extension):
16 def __init__(self, name, sourcedir=''):
17 Extension.__init__(self, name, sources=[])
18 self.sourcedir = os.path.abspath(sourcedir)
19
20
21class CMakeBuild(build_ext):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected