Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
304
def
_GetSummary(info):
305
docstring_info = info[
'docstring_info'
]
306
return
docstring_info.summary
if
docstring_info.summary
else
None
307
308
309
def
_GetDescription(info):
Callers
2
_NameSection
Function · 0.85
_DescriptionSection
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected