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

Function add_from_path

setup.py:200–203  ·  view source on GitHub ↗
(envname, dirs)

Source from the content-addressed store, hash-verified

198
199
200def add_from_path(envname, dirs):
201 dirs.extend(
202 Path(x) for x in os.environ.get(envname, "").split(os.pathsep) if x
203 )
204
205
206def add_from_flags(envname, flag_key, dirs):

Callers 1

get_default_dirsFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected