MCPcopy 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
12def setup():
13 container = web.page.find("#test-element-container")[0]
14 container.innerHTML = ""
15
16
17def teardown():

Callers

nothing calls this directly

Calls 1

findMethod · 0.45

Tested by

no test coverage detected