Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SourceCode-AI/aura
/ as_row
Method
as_row
aura/package.py:328–330 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
326
return
0
327
328
def
as_row(self) -> Tuple[table.Column, table.Column]:
329
s = {
"style"
: {
"fg"
:
"bright_black"
}}
330
return
(table.Column(self.label, s), table.Column(self.explanation, s))
331
332
333
def
__init__(
Callers
1
get_score_table
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected