MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / Slide

Class Slide

test/ext/test_orderinglist.py:93–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 )
92
93 class Slide:
94 def __init__(self, name):
95 self.name = name
96
97 def __repr__(self):
98 return '<Slide "%s">' % self.name
99
100 class Bullet:
101 def __init__(self, text):

Callers 6

test_append_reorderMethod · 0.70
test_insertMethod · 0.70
test_sliceMethod · 0.70
test_replaceMethod · 0.70
test_replace_twoMethod · 0.70

Calls

no outgoing calls

Tested by 6

test_append_reorderMethod · 0.56
test_insertMethod · 0.56
test_sliceMethod · 0.56
test_replaceMethod · 0.56
test_replace_twoMethod · 0.56