MCPcopy Create free account
hub / github.com/espnet/espnet / func

Function func

espnet2/utils/kwargs2args.py:4–5  ·  view source on GitHub ↗
(a: int, b, *, c, **kwargs)

Source from the content-addressed store, hash-verified

2
3
4def func(a: int, b, *, c, **kwargs):
5 pass
6
7
8def kwargs2args(func, kwargs):

Callers 9

wrappedFunction · 0.50
pre_hookMethod · 0.50
__call__Method · 0.50
forwardMethod · 0.50
_apply_to_all_signalsMethod · 0.50
_build_loaderMethod · 0.50
__iter__Method · 0.50
fix_dataset2Method · 0.50
fix_datasetMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…