Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws/aws-cli
/ setUp
Method
setUp
tests/unit/test_table.py:114–115 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
112
113
class
TestVerticalTableConversion(unittest.TestCase):
114
def
setUp(self):
115
self.table = MultiTable()
116
117
def
test_convert_section_to_vertical(self):
118
self.table.add_title(
'foo'
)
Callers
nothing calls this directly
Calls
1
MultiTable
Class · 0.90
Tested by
no test coverage detected