Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
234
class
CMakeExtension(Extension):
235
def
__init__(self, name, sourcedir=
''
):
236
Extension.__init__(self, name, sources=[])
237
self.sourcedir = os.path.abspath(sourcedir)
238
239
240
class
CMakeConfigureExt(Command):
Callers
1
setup.py
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected