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

Function before_enter

pywebio/output.py:2133–2136  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2131 check_dom_name_value(name, 'scope name')
2132
2133 def before_enter():
2134 if create_scope:
2135 if_exist = 'blank' if clear else None
2136 set_scope(name, if_exist=if_exist, **scope_params) # lock the height of the scope and clear its content
2137
2138 return use_scope_(name=name, before_enter=before_enter)
2139

Callers

nothing calls this directly

Calls 1

set_scopeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…