Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/It4innovations/hyperqueue
/ as_horizontal
Method
as_horizontal
tests/utils/table.py:19–23 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
17
yield
from
self.rows
18
19
def
as_horizontal(self) ->
"Table"
:
20
if
self.header is not None:
21
return
self
22
assert self.rows
23
return
Table(self.rows[1:], self.rows[0])
24
25
def
get_row_value(self, key) -> Optional[str]:
26
""
"
Callers
1
test_job_array_error_all
Function · 0.80
Calls
1
Table
Class · 0.85
Tested by
1
test_job_array_error_all
Function · 0.64