Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ Edge
Class
Edge
test/orm/test_composites.py:99–102 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
97
pass
98
99
class
Edge(cls.Comparable):
100
def
__init__(self, *args):
101
if
args:
102
self.start, self.end = args
103
104
cls.mapper_registry.map_imperatively(
105
Graph, graphs, properties={
"edges"
: relationship(Edge)}
Callers
14
_fixture
Method · 0.70
test_not_none
Method · 0.70
test_bulk_insert
Method · 0.70
test_get_history
Method · 0.70
test_save_null
Method · 0.70
test_default_value
Method · 0.70
test_event_listener_no_value_to_set
Method · 0.70
test_event_listener_set_to_new
Method · 0.70
test_event_listener_set_to_deleted
Method · 0.70
_test_roundtrip
Method · 0.70
test_custom_comparator_factory
Method · 0.70
go
Method · 0.70
Calls
no outgoing calls
Tested by
14
_fixture
Method · 0.56
test_not_none
Method · 0.56
test_bulk_insert
Method · 0.56
test_get_history
Method · 0.56
test_save_null
Method · 0.56
test_default_value
Method · 0.56
test_event_listener_no_value_to_set
Method · 0.56
test_event_listener_set_to_new
Method · 0.56
test_event_listener_set_to_deleted
Method · 0.56
_test_roundtrip
Method · 0.56
test_custom_comparator_factory
Method · 0.56
go
Method · 0.56