MCPcopy Index your code
hub / github.com/MagicStack/asyncpg / _is_asyncpg_class

Function _is_asyncpg_class

asyncpg/exceptions/_base.py:21–23  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

19
20
21def _is_asyncpg_class(cls):
22 modname = cls.__module__
23 return modname == 'asyncpg' or modname.startswith('asyncpg.')
24
25
26class PostgresMessageMeta(type):

Callers 2

__new__Method · 0.85
_make_constructorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…