MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / citext

Method citext

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

Source from the content-addressed store, hash-verified

1665
1666 @property
1667 def citext(self):
1668 return self._has_pg_extension("citext")
1669
1670 @property
1671 def btree_gist(self):

Callers

nothing calls this directly

Calls 1

_has_pg_extensionMethod · 0.95

Tested by

no test coverage detected