MCPcopy Index your code
hub / github.com/RustPython/RustPython / _formatannotation

Function _formatannotation

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

Source from the content-addressed store, hash-verified

1357def formatannotationrelativeto(object):
1358 module = getattr(object, '__module__', None)
1359 def _formatannotation(annotation):
1360 return formatannotation(annotation, module)
1361 return _formatannotation
1362
1363

Callers

nothing calls this directly

Calls 1

formatannotationFunction · 0.85

Tested by

no test coverage detected