MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / __call__

Method __call__

tools/python-3.11.9-amd64/Lib/cgitb.py:280–281  ·  view source on GitHub ↗
(self, etype, evalue, etb)

Source from the content-addressed store, hash-verified

278 self.format = format
279
280 def __call__(self, etype, evalue, etb):
281 self.handle((etype, evalue, etb))
282
283 def handle(self, info=None):
284 info = info or sys.exc_info()

Callers

nothing calls this directly

Calls 1

handleMethod · 0.95

Tested by

no test coverage detected