MCPcopy
hub / github.com/pandas-dev/pandas / srcpath

Function srcpath

setup.py:427–428  ·  view source on GitHub ↗
(name=None, suffix=".pyx", subdir="src")

Source from the content-addressed store, hash-verified

425
426
427def srcpath(name=None, suffix=".pyx", subdir="src"):
428 return pjoin("pandas", subdir, name + suffix)
429
430
431lib_depends = ["pandas/_libs/include/pandas/parse_helper.h"]

Callers 1

setup.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected