(c)
| 55 | |
| 56 | if sys.version_info < (3, 12): |
| 57 | def markcoroutinefunction(c): # type: ignore |
| 58 | pass |
| 59 | else: |
| 60 | from inspect import markcoroutinefunction # noqa: F401 |
| 61 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…