Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ go_iter_uq
Method
go_iter_uq
test/perf/compiled_extensions/result.py:137–140 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
135
)
136
137
def
go_iter_uq(self):
138
result = self.impl(*init_args()).unique()
139
for
_ in result:
140
pass
141
142
setattr(
143
cls, name +
"_iter_uq"
, test_case(go_iter_uq, number=number)
Callers
nothing calls this directly
Calls
1
unique
Method · 0.45
Tested by
no test coverage detected