MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / hstore

Method hstore

test/requirements.py:1663–1664  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1661
1662 @property
1663 def hstore(self):
1664 return self._has_pg_extension("hstore")
1665
1666 @property
1667 def citext(self):

Callers

nothing calls this directly

Calls 1

_has_pg_extensionMethod · 0.95

Tested by

no test coverage detected