MCPcopy
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
274class CythonCommand(build_ext):

Callers

nothing calls this directly

Calls 2

build_extensionsMethod · 0.45

Tested by

no test coverage detected