MCPcopy Create free account
hub / github.com/PyTables/PyTables / DefaultDirs

Class DefaultDirs

setup.py:263–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261
262
263class DefaultDirs(NamedTuple):
264 header: Path | None = None
265 library: Path | None = None
266 runtime: Path | None = None
267
268
269def get_default_dirs(conda_prefix: Path | None = None) -> DefaultDirs:

Callers 2

get_default_dirsFunction · 0.85
__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected