MCPcopy Create free account
hub / github.com/pywebio/PyWebIO / __enter__

Method __enter__

pywebio/output.py:2146–2150  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2144 self.name = name
2145
2146 def __enter__(self):
2147 if self.before_enter:
2148 self.before_enter()
2149 get_current_session().push_scope(self.name)
2150 return self.name
2151
2152 def __exit__(self, exc_type, exc_val, exc_tb):
2153 """

Callers 2

wrapperMethod · 0.95
coro_wrapperMethod · 0.95

Calls 2

get_current_sessionFunction · 0.85
push_scopeMethod · 0.80

Tested by

no test coverage detected