Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pandas-dev/pandas
/ build_extensions
Method
build_extensions
setup.py:269–271 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
267
)
268
269
def
build_extensions(self) -> None:
270
self.check_cython_extensions(self.extensions)
271
build_ext.build_extensions(self)
272
273
274
class
CythonCommand(build_ext):
Callers
nothing calls this directly
Calls
2
check_cython_extensions
Method · 0.95
build_extensions
Method · 0.45
Tested by
no test coverage detected