MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / Transition

Class Transition

test/orm/test_manytomany.py:109–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107 self.name = name
108
109 class Transition(cls.Basic):
110 def __init__(self, name):
111 self.name = name
112
113 def test_overlapping_attribute_error(self):
114 place, Transition, place_input, Place, transition = (

Callers 3

test_bidirectionalMethod · 0.85
test_stale_conditionsMethod · 0.85

Calls

no outgoing calls

Tested by 3

test_bidirectionalMethod · 0.68
test_stale_conditionsMethod · 0.68