MCPcopy Index your code
hub / github.com/python/cpython / _fmt_one_summary

Function _fmt_one_summary

Tools/c-analyzer/c_analyzer/__main__.py:234–240  ·  view source on GitHub ↗
(item, extra=None)

Source from the content-addressed store, hash-verified

232
233
234def _fmt_one_summary(item, extra=None):
235 parent = item.parent or ''
236 funcname = parent if isinstance(parent, str) else parent.name
237 if extra:
238 return f'{item.filename:35}\t{funcname or "-":35}\t{item.name:40}\t{extra}'
239 else:
240 return f'{item.filename:35}\t{funcname or "-":35}\t{item.name}'
241
242
243def fmt_full(analysis):

Callers 2

handle_failureFunction · 0.85
cmd_checkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…