Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pyscript/pyscript
/ setup
Function
setup
core/tests/python/tests/test_web.py:12–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
10
11
12
def
setup():
13
container = web.page.find(
"#test-element-container"
)[0]
14
container.innerHTML =
""
15
16
17
def
teardown():
Callers
nothing calls this directly
Calls
1
find
Method · 0.45
Tested by
no test coverage detected