Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Pints-AI/1.5-Pints
/ format_rows_print
Function
format_rows_print
dpo/adapters/nectar.py:135–140 ·
view source on GitHub ↗
(row: NectarRow)
Source
from the content-addressed store, hash-verified
133
134
135
def
format_rows_print(row: NectarRow) -> None:
136
return
137
to_print = format_rows()(row)
138
print(
'='
* 80)
139
print(to_print[
'prompt'
])
140
print(
'='
* 80)
Callers
nothing calls this directly
Calls
1
format_rows
Function · 0.70
Tested by
no test coverage detected