MCPcopy Index your code
hub / github.com/python/cpython / _force_close

Method _force_close

Lib/asyncio/sslproto.py:252–255  ·  view source on GitHub ↗
(self, exc)

Source from the content-addressed store, hash-verified

250 self._force_close(None)
251
252 def _force_close(self, exc):
253 self._closed = True
254 if self._ssl_protocol is not None:
255 self._ssl_protocol._abort(exc)
256
257 def _test__append_write_backlog(self, data):
258 # for test only

Callers 11

abortMethod · 0.95
_abortMethod · 0.45
_fatal_errorMethod · 0.45
test_force_closeMethod · 0.45
test__add_readerMethod · 0.45
test_force_closeMethod · 0.45
test_fatal_error_2Method · 0.45

Calls 1

_abortMethod · 0.45