Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ Thing
Class
Thing
test/orm/test_composites.py:832–834 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
830
return
not self.__eq__(other)
831
832
class
Thing:
833
def
__init__(self, ab):
834
self.ab = ab
835
836
stuff = self.tables.stuff
837
self.mapper_registry.map_imperatively(
Callers
1
test_round_trip
Method · 0.70
Calls
no outgoing calls
Tested by
1
test_round_trip
Method · 0.56