MCPcopy
hub / github.com/tornadoweb/tornado / log_exception

Method log_exception

tornado/websocket.py:91–97  ·  view source on GitHub ↗
(
            self,
            typ: Optional[Type[BaseException]],
            value: Optional[BaseException],
            tb: Optional[TracebackType],
        )

Source from the content-addressed store, hash-verified

89 pass
90
91 def log_exception(
92 self,
93 typ: Optional[Type[BaseException]],
94 value: Optional[BaseException],
95 tb: Optional[TracebackType],
96 ) -> None:
97 pass
98
99
100_default_max_message_size = 10 * 1024 * 1024

Callers 2

_run_callbackMethod · 0.45
_accept_connectionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected