MCPcopy
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
66class ArgInfo(
67 collections.namedtuple(
68 'ArgInfo',
69 ('name', 'type', 'description'))):
70 pass
71ArgInfo.__new__.__defaults__ = (None,) * len(ArgInfo._fields)
72
73

Calls

no outgoing calls