MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / _formatannotation

Function _formatannotation

tools/python-3.11.9-amd64/Lib/inspect.py:1453–1454  ·  view source on GitHub ↗
(annotation)

Source from the content-addressed store, hash-verified

1451def formatannotationrelativeto(object):
1452 module = getattr(object, '__module__', None)
1453 def _formatannotation(annotation):
1454 return formatannotation(annotation, module)
1455 return _formatannotation
1456
1457

Callers

nothing calls this directly

Calls 1

formatannotationFunction · 0.85

Tested by

no test coverage detected