Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/psycopg/psycopg
/ schema
Method
schema
tests/fix_faker.py:53–56 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
51
52
@property
53
def
schema(self):
54
if
not self._schema:
55
self.schema = self.choose_schema()
56
return
self._schema
57
58
@schema.setter
59
def
schema(self, schema):
Callers
nothing calls this directly
Calls
1
choose_schema
Method · 0.95
Tested by
no test coverage detected