Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ _initialize
Function
_initialize
dask/config.py:885–891 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
883
884
885
def
_initialize() -> None:
886
fn = os.path.join(os.path.dirname(__file__),
"dask.yaml"
)
887
888
with
open(fn)
as
f:
889
_defaults = yaml.safe_load(f)
890
891
update_defaults(_defaults)
892
893
894
refresh()
Callers
1
config.py
File · 0.85
Calls
2
update_defaults
Function · 0.85
join
Method · 0.45
Tested by
no test coverage detected