MCPcopy 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
837def _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
846refresh()

Callers 1

config.pyFile · 0.85

Calls 2

update_defaultsFunction · 0.85
joinMethod · 0.45

Tested by

no test coverage detected