MCPcopy Create free account
hub / github.com/MagicStack/asyncpg / markcoroutinefunction

Function markcoroutinefunction

asyncpg/compat.py:57–58  ·  view source on GitHub ↗
(c)

Source from the content-addressed store, hash-verified

55
56if sys.version_info < (3, 12):
57 def markcoroutinefunction(c): # type: ignore
58 pass
59else:
60 from inspect import markcoroutinefunction # noqa: F401
61

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…