Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ _initialize
Function
_initialize
dask/config.py:837–843 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
835
836
837
def
_initialize() -> None:
838
fn = os.path.join(os.path.dirname(__file__),
"dask.yaml"
)
839
840
with
open(fn)
as
f:
841
_defaults = yaml.safe_load(f)
842
843
update_defaults(_defaults)
844
845
846
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