Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ test_get_anon_np
Method
test_get_anon_np
test/perf/compiled_extensions/misc.py:229–231 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
227
228
@test_case
229
def
test_get_anon_np(self):
230
self.impl_w_non_present.get_anon(self.object_1)
231
self.impl_w_non_present.clear()
232
233
@test_case
234
def
test_get_anon_p(self):
Callers
nothing calls this directly
Calls
2
get_anon
Method · 0.80
clear
Method · 0.45
Tested by
no test coverage detected