Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_scalars
Method · 0.45
test_stream_options
Method · 0.45
result_fixture
Method · 0.45
test_upsert_w_returning
Method · 0.45
test_sentinel_not_in_result
Method · 0.45
test_bindparam_not_cached
Method · 0.45
test_no_executemany_w_no_implicit_returning
Method · 0.45
test_scalars
Method · 0.45
typed_results.py
File · 0.45
t_result_ctxmanager
Function · 0.45
t_result_scalar_accessors
Function · 0.45
t_async_result_scalar_accessors
Function · 0.45
Calls
1
PyScalarResult
Class · 0.85
Tested by
15
test_scalars
Method · 0.36
test_stream_options
Method · 0.36
result_fixture
Method · 0.36
test_upsert_w_returning
Method · 0.36
test_sentinel_not_in_result
Method · 0.36
test_bindparam_not_cached
Method · 0.36
test_no_executemany_w_no_implicit_returning
Method · 0.36
test_scalars
Method · 0.36
test_class_presented
Method · 0.36
test_scalar_plus_base
Method · 0.36
test_unique_default_filters_rearrange_scalar
Method · 0.36
test_unique_scalars_all
Method · 0.36