Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MagicStack/asyncpg
/ is_managed
Method
is_managed
asyncpg/cluster.py:703–704 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
701
self.conn_spec = kwargs
702
703
def
is_managed(self):
704
return
False
705
706
def
get_connection_spec(self):
707
return
dict(self.conn_spec)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected