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

Function get_extra

Tools/c-analyzer/cpython/_capi.py:510–512  ·  view source on GitHub ↗
(item)

Source from the content-addressed store, hash-verified

508
509 if columns:
510 def get_extra(item):
511 return {extra: getattr(item, extra)
512 for extra in ('kind', 'level')}
513 else:
514 if verbose:
515 extracols = [f'{extra}:{maxextra[extra]}'

Callers 1

render_tableFunction · 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…