Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ go_all_uq
Method
go_all_uq
test/perf/compiled_extensions/result.py:114–116 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
112
setattr(cls, name +
"_all"
, test_case(go_all, number=number))
113
114
def
go_all_uq(self):
115
result = self.impl(*init_args()).unique()
116
result.all()
117
118
setattr(cls, name +
"_all_uq"
, test_case(go_all_uq, number=number))
119
Callers
nothing calls this directly
Calls
2
unique
Method · 0.45
all
Method · 0.45
Tested by
no test coverage detected