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

Method resolve_width

Tools/c-analyzer/c_common/tables.py:378–379  ·  view source on GitHub ↗
(self, default=None)

Source from the content-addressed store, hash-verified

376 return width
377
378 def resolve_width(self, default=None):
379 return _resolve_width(self.width, self.fmt, self.label, default)
380
381
382def _parse_fmt(fmt):

Callers 1

_build_tableFunction · 0.80

Calls 1

_resolve_widthFunction · 0.85

Tested by

no test coverage detected