Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/marimo-team/marimo
/ addArg
Method
addArg
frontend/src/utils/python-poet/poet.ts:181–183 ·
view source on GitHub ↗
(...args: PythonCode[])
Source
from the content-addressed store, hash-verified
179
}
180
181
addArg(...args: PythonCode[]): FunctionCall {
182
return
new
FunctionCall(this.name, [...this.args, ...args], this.multiLine);
183
}
184
185
chain(
186
name: string,
Callers
1
poet.test.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected