Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/espnet/espnet
/ add_task_arguments
Method
add_task_arguments
espnet2/tasks/abs_task.py:221–222 ·
view source on GitHub ↗
(cls, parser: argparse.ArgumentParser)
Source
from the content-addressed store, hash-verified
219
@classmethod
220
@abstractmethod
221
def
add_task_arguments(cls, parser: argparse.ArgumentParser):
222
pass
223
224
@classmethod
225
@abstractmethod
Callers
1
get_parser
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected