MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / Bullet

Class Bullet

test/ext/test_orderinglist.py:100–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 return '<Slide "%s">' % self.name
99
100 class Bullet:
101 def __init__(self, text):
102 self.text = text
103
104 def __repr__(self):
105 return '<Bullet "%s" pos %s>' % (self.text, self.position)
106
107 clear_mappers()
108 self.mapper_registry.map_imperatively(

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