MCPcopy Index your code
hub / github.com/pywebio/PyWebIO / test_defer_call

Function test_defer_call

test/template.py:749–754  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

747
748
749def test_defer_call():
750 output = open('test_defer.tmp').read()
751 assert "deferred_1" in output
752 assert "deferred_2" in output
753
754 os.remove('test_defer.tmp')
755
756
757def save_output(browser: Chrome, filename=None, process_func=None):

Callers

nothing calls this directly

Calls 1

removeMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…