Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
200
def
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
206
def
add_from_flags(envname, flag_key, dirs):
Callers
1
get_default_dirs
Function · 0.85
Calls
1
get
Method · 0.45
Tested by
no test coverage detected