Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ Sub
Class
Sub
test/orm/test_collection.py:2814–2817 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2812
eq_(Base._sa_iterator(Base(), 5),
"base_iterate"
)
2813
2814
class
Sub(Base):
2815
@collection.remover
2816
def
sub_remove(self, x):
2817
return
"sub_remove"
2818
2819
_instrument_class(Sub)
2820
Callers
1
test_name_setup
Method · 0.70
Calls
no outgoing calls
Tested by
1
test_name_setup
Method · 0.56