MCPcopy
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

_fixtureMethod · 0.70
test_not_noneMethod · 0.70
test_bulk_insertMethod · 0.70
test_get_historyMethod · 0.70
test_save_nullMethod · 0.70
test_default_valueMethod · 0.70
_test_roundtripMethod · 0.70
goMethod · 0.70

Calls

no outgoing calls

Tested by 14

_fixtureMethod · 0.56
test_not_noneMethod · 0.56
test_bulk_insertMethod · 0.56
test_get_historyMethod · 0.56
test_save_nullMethod · 0.56
test_default_valueMethod · 0.56
_test_roundtripMethod · 0.56
goMethod · 0.56