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

Function _formatannotation

Lib/inspect.py:1383–1384  ·  view source on GitHub ↗
(annotation)

Source from the content-addressed store, hash-verified

1381def formatannotationrelativeto(object):
1382 module = getattr(object, '__module__', None)
1383 def _formatannotation(annotation):
1384 return formatannotation(annotation, module)
1385 return _formatannotation
1386
1387

Callers

nothing calls this directly

Calls 1

formatannotationFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…