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

Method __del__

pywebio/io_ctrl.py:173–176  ·  view source on GitHub ↗

返回值没有被变量接收时的操作:顺序输出其持有的内容

(self)

Source from the content-addressed store, hash-verified

171 """
172
173 def __del__(self):
174 """返回值没有被变量接收时的操作:顺序输出其持有的内容"""
175 for o in self.data:
176 o.__del__() # lgtm [py/explicit-call-to-delete]
177
178
179def safely_destruct_output_when_exp(content_param):

Callers

nothing calls this directly

Calls 1

__del__Method · 0.45

Tested by

no test coverage detected