(annotation)
| 1381 | def formatannotationrelativeto(object): |
| 1382 | module = getattr(object, '__module__', None) |
| 1383 | def _formatannotation(annotation): |
| 1384 | return formatannotation(annotation, module) |
| 1385 | return _formatannotation |
| 1386 | |
| 1387 |
nothing calls this directly
no test coverage detected
searching dependent graphs…