Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_no_reorder
Method · 0.70
test_append_reorder
Method · 0.70
test_insert
Method · 0.70
test_slice
Method · 0.70
test_replace
Method · 0.70
test_replace_two
Method · 0.70
Calls
no outgoing calls
Tested by
6
test_append_no_reorder
Method · 0.56
test_append_reorder
Method · 0.56
test_insert
Method · 0.56
test_slice
Method · 0.56
test_replace
Method · 0.56
test_replace_two
Method · 0.56