Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4
def
func(a: int, b, *, c, **kwargs):
5
pass
6
7
8
def
kwargs2args(func, kwargs):
Callers
9
wrapped
Function · 0.50
pre_hook
Method · 0.50
__call__
Method · 0.50
forward
Method · 0.50
_apply_to_all_signals
Method · 0.50
_build_loader
Method · 0.50
__iter__
Method · 0.50
fix_dataset2
Method · 0.50
fix_dataset
Method · 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…