MCPcopy
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
885def _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
894refresh()

Callers 1

config.pyFile · 0.85

Calls 2

update_defaultsFunction · 0.85
joinMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…