Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/python-fire
/ KwargInfo
Class
KwargInfo
fire/docstrings.py:74–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
73
74
class
KwargInfo(ArgInfo):
75
pass
76
KwargInfo.__new__.__defaults__ = (None,) * len(KwargInfo._fields)
77
78
Callers
2
test_rst_format_typed_args_and_kwargs
Method · 0.85
parse
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_rst_format_typed_args_and_kwargs
Method · 0.68