MCPcopy
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_schemaMethod · 0.95

Tested by

no test coverage detected