MCPcopy
hub / github.com/google/python-fire / DocstringInfo

Class DocstringInfo

fire/docstrings.py:58–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56
57
58class DocstringInfo(
59 collections.namedtuple(
60 'DocstringInfo',
61 ('summary', 'description', 'args', 'returns', 'yields', 'raises'))):
62 pass
63DocstringInfo.__new__.__defaults__ = (None,) * len(DocstringInfo._fields)
64
65

Calls

no outgoing calls