Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/marimo-team/marimo
/ PythonCode
Interface
PythonCode
frontend/src/utils/python-poet/poet.ts:3–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
/* Copyright 2026 Marimo. All rights reserved. */
2
3
export
interface
PythonCode {
4
toCode(): string;
5
}
6
7
const
INDENT =
" "
;
8
Callers
7
generateAltairChartSnippet
Function · 0.65
altair-generator.test.ts
File · 0.65
asString
Function · 0.65
toCode
Method · 0.65
formatEntry
Method · 0.65
toCode
Method · 0.65
poet.test.ts
File · 0.65
Implementers
5
Variable
frontend/src/utils/python-poet/poet.ts
Literal
frontend/src/utils/python-poet/poet.ts
VariableDeclaration
frontend/src/utils/python-poet/poet.ts
FunctionArg
frontend/src/utils/python-poet/poet.ts
FunctionCall
frontend/src/utils/python-poet/poet.ts
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…