MCPcopy Create free account
hub / github.com/zzzeek/sqlalchemy / test_basic_plain

Method test_basic_plain

test/sql/test_resultset.py:3322–3323  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3320 )
3321
3322 def test_basic_plain(self):
3323 self._test_proxy(_cursor.CursorFetchStrategy)
3324
3325 def test_basic_buffered_row_result_proxy(self):
3326 self._test_proxy(_cursor.BufferedRowCursorFetchStrategy)

Callers

nothing calls this directly

Calls 1

_test_proxyMethod · 0.95

Tested by

no test coverage detected