MCPcopy Create free account
hub / github.com/dask/dask / _extra_deps

Function _extra_deps

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

Source from the content-addressed store, hash-verified

606
607@delayed
608def _extra_deps(func, *args, extras=None, **kwargs):
609 return func(*args, **kwargs)

Callers 1

to_sqlFunction · 0.85

Calls 1

funcFunction · 0.50

Tested by

no test coverage detected