Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MagicStack/asyncpg
/ is_managed
Method
is_managed
asyncpg/cluster.py:94–95 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
92
return
self._pg_version
93
94
def
is_managed(self):
95
return
True
96
97
def
get_data_dir(self):
98
return
self._data_dir
Callers
2
test_pool_auth
Method · 0.45
setUp
Method · 0.45
Calls
no outgoing calls
Tested by
2
test_pool_auth
Method · 0.36
setUp
Method · 0.36