MCPcopy Index your code
hub / github.com/dask/dask / _extra_deps

Function _extra_deps

dask/dataframe/io/sql.py:605–606  ·  view source on GitHub ↗
(func, *args, extras=None, **kwargs)

Source from the content-addressed store, hash-verified

603
604@delayed
605def _extra_deps(func, *args, extras=None, **kwargs):
606 return func(*args, **kwargs)

Callers 1

to_sqlFunction · 0.85

Calls 1

funcFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…