Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MagicStack/asyncpg
/ get_data_dir
Method
get_data_dir
asyncpg/cluster.py:97–98 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
95
return
True
96
97
def
get_data_dir(self):
98
return
self._data_dir
99
100
def
get_status(self):
101
if
self._pg_ctl is None:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected