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