Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/marimo-team/marimo
/ toCode
Method
toCode
frontend/src/utils/python-poet/poet.ts:148–150 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
146
}
147
148
toCode(): string {
149
return
`${this.name}=${asString(this.value)}`;
150
}
151
}
152
153
export
class
FunctionCall implements PythonCode {
Callers
nothing calls this directly
Calls
1
asString
Function · 0.85
Tested by
no test coverage detected