Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ invalid
Method
invalid
test/orm/test_collection.py:315–316 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
313
direct[:] = values
314
315
def
invalid():
316
direct[slice(0, 6, 2)] = [creator()]
317
318
assert_raises(ValueError, invalid)
319
Callers
nothing calls this directly
Calls
1
creator
Function · 0.85
Tested by
no test coverage detected