MCPcopy
hub / github.com/dask/dask / parse_timedelta

Function parse_timedelta

dask/utils.py:1826–1826  ·  view source on GitHub ↗
(s: None, default: str | Literal[False] = "seconds")

Source from the content-addressed store, hash-verified

1824
1825@overload
1826def parse_timedelta(s: None, default: str | Literal[False] = "seconds") -> None: ...
1827
1828
1829@overload

Callers 1

test_parse_timedeltaFunction · 0.90

Calls 3

replaceMethod · 0.45
joinMethod · 0.45
keysMethod · 0.45

Tested by 1

test_parse_timedeltaFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…