MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / arraysize

Method arraysize

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

Source from the content-addressed store, hash-verified

1127
1128 @property
1129 def arraysize(self):
1130 return skip_if(
1131 [
1132 no_support("+pymssql", "DBAPI is missing this attribute"),
1133 no_support("+mysqlconnector", "DBAPI ignores this attribute"),
1134 ]
1135 )
1136
1137 @property
1138 def emulated_lastrowid(self):

Callers

nothing calls this directly

Calls 2

skip_ifFunction · 0.90
no_supportFunction · 0.85

Tested by

no test coverage detected