MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / array_type

Method array_type

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

Source from the content-addressed store, hash-verified

1241
1242 @property
1243 def array_type(self):
1244 return only_on([lambda config: against(config, "postgresql")])
1245
1246 @property
1247 def json_type(self):

Callers

nothing calls this directly

Calls 2

only_onFunction · 0.90
againstFunction · 0.90

Tested by

no test coverage detected