Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/python-fire
/ ArgInfo
Class
ArgInfo
fire/docstrings.py:66–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
65
66
class
ArgInfo(
67
collections.namedtuple(
68
'ArgInfo'
,
69
(
'name'
,
'type'
,
'description'
))):
70
pass
71
ArgInfo.__new__.__defaults__ = (None,) * len(ArgInfo._fields)
72
73
Callers
10
test_google_format_args_only
Method · 0.85
test_google_format_arg_named_args
Method · 0.85
test_google_format_typed_args_and_returns
Method · 0.85
test_google_format_multiline_arg_description
Method · 0.85
test_rst_format_typed_args_and_returns
Method · 0.85
test_numpy_format_typed_args_and_returns
Method · 0.85
test_numpy_format_multiline_arg_description
Method · 0.85
test_numpy_colon_in_description
Method · 0.85
test_rst_format_typed_args_and_kwargs
Method · 0.85
parse
Function · 0.85
Calls
no outgoing calls
Tested by
9
test_google_format_args_only
Method · 0.68
test_google_format_arg_named_args
Method · 0.68
test_google_format_typed_args_and_returns
Method · 0.68
test_google_format_multiline_arg_description
Method · 0.68
test_rst_format_typed_args_and_returns
Method · 0.68
test_numpy_format_typed_args_and_returns
Method · 0.68
test_numpy_format_multiline_arg_description
Method · 0.68
test_numpy_colon_in_description
Method · 0.68
test_rst_format_typed_args_and_kwargs
Method · 0.68