MCPcopy Index your code
hub / github.com/google/python-fire / _GetSummary

Function _GetSummary

fire/helptext.py:304–306  ·  view source on GitHub ↗
(info)

Source from the content-addressed store, hash-verified

302
303
304def _GetSummary(info):
305 docstring_info = info['docstring_info']
306 return docstring_info.summary if docstring_info.summary else None
307
308
309def _GetDescription(info):

Callers 2

_NameSectionFunction · 0.85
_DescriptionSectionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected