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

Method reset

pywebio/output.py:1868–1870  ·  view source on GitHub ↗
(self, *outputs)

Source from the content-addressed store, hash-verified

1866
1867 @safely_destruct_output_when_exp('outputs')
1868 def reset(self, *outputs):
1869 clear_scope(scope=self.scope)
1870 self.append(*outputs)
1871
1872 @safely_destruct_output_when_exp('outputs')
1873 def append(self, *outputs):

Callers 9

basic_outputFunction · 0.80
OnFunction · 0.80
tiFunction · 0.80
hlFunction · 0.80
WlFunction · 0.80
codemirror.min.jsFile · 0.80
tFunction · 0.80

Calls 1

appendMethod · 0.95

Tested by

no test coverage detected