Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
21
def
_is_asyncpg_class(cls):
22
modname = cls.__module__
23
return
modname ==
'asyncpg'
or modname.startswith(
'asyncpg.'
)
24
25
26
class
PostgresMessageMeta(type):
Callers
2
__new__
Method · 0.85
_make_constructor
Method · 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…