MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _pg_am_query

Method _pg_am_query

lib/sqlalchemy/dialects/postgresql/base.py:5630–5631  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

5628
5629 @util.memoized_property
5630 def _pg_am_query(self):
5631 return sql.select(pg_catalog.pg_am.c.oid, pg_catalog.pg_am.c.amname)
5632
5633 @reflection.cache
5634 def _load_pg_am_dict(self, connection, **kw) -> dict[int, str]:

Callers

nothing calls this directly

Calls 1

selectMethod · 0.45

Tested by

no test coverage detected