Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/marimo-team/marimo
/ test_api
Function
test_api
tests/test_api.py:9–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
8
9
def
test_api():
10
import
marimo
as
mo
11
12
results = explore_module(mo)
13
assert len(results) > 0
14
snapshot(
"api.txt"
,
"\n"
.join(results))
Callers
nothing calls this directly
Calls
3
explore_module
Function · 0.90
snapshot
Function · 0.85
join
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…