Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
427
def
srcpath(name=None, suffix=
".pyx"
, subdir=
"src"
):
428
return
pjoin(
"pandas"
, subdir, name + suffix)
429
430
431
lib_depends = [
"pandas/_libs/include/pandas/parse_helper.h"
]
Callers
1
setup.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected