Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenHands/OpenHands
/ row2dict
Function
row2dict
openhands/app_server/utils/sql_utils.py:111–116 ·
view source on GitHub ↗
(row)
Source
from the content-addressed store, hash-verified
109
110
111
def
row2dict(row):
112
d = {}
113
for
column in row.__table__.columns:
114
d[column.name] = getattr(row, column.name)
115
116
return
d
Callers
7
create_event_callback
Method · 0.90
get_event_callback
Method · 0.90
search_event_callbacks
Method · 0.90
get_active_callbacks
Method · 0.90
search_app_conversation_start_tasks
Method · 0.90
batch_get_app_conversation_start_tasks
Method · 0.90
get_app_conversation_start_task
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected