MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / scalars

Method scalars

test/perf/compiled_extensions/result.py:46–47  ·  view source on GitHub ↗
(self, index=0)

Source from the content-addressed store, hash-verified

44 _soft_close = result.ScalarResult._soft_close
45
46 def scalars(self, index=0):
47 return PyScalarResult(self, index)
48
49 cls_dict = dict(
50 _fetchiter_impl=base._fetchiter_impl,

Callers 15

test_scalarsMethod · 0.45
test_stream_optionsMethod · 0.45
result_fixtureMethod · 0.45
test_scalarsMethod · 0.45
typed_results.pyFile · 0.45
t_result_ctxmanagerFunction · 0.45

Calls 1

PyScalarResultClass · 0.85