MCPcopy Index your code
hub / github.com/couchbase/couchbase-python-client / CMakeExtension

Class CMakeExtension

pycbc_build_setup.py:234–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232
233
234class CMakeExtension(Extension):
235 def __init__(self, name, sourcedir=''):
236 Extension.__init__(self, name, sources=[])
237 self.sourcedir = os.path.abspath(sourcedir)
238
239
240class CMakeConfigureExt(Command):

Callers 1

setup.pyFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected