MCPcopy
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
3export interface PythonCode {
4 toCode(): string;
5}
6
7const INDENT = " ";
8

Callers 7

asStringFunction · 0.65
toCodeMethod · 0.65
formatEntryMethod · 0.65
toCodeMethod · 0.65
poet.test.tsFile · 0.65

Implementers 5

Variablefrontend/src/utils/python-poet/poet.ts
Literalfrontend/src/utils/python-poet/poet.ts
VariableDeclarationfrontend/src/utils/python-poet/poet.ts
FunctionArgfrontend/src/utils/python-poet/poet.ts
FunctionCallfrontend/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…