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

Method throw

Lib/multiprocessing/managers.py:1055–1056  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

1053 def send(self, *args):
1054 return self._callmethod('send', args)
1055 def throw(self, *args):
1056 return self._callmethod('throw', args)
1057 def close(self, *args):
1058 return self._callmethod('close', args)
1059

Callers

nothing calls this directly

Calls 1

_callmethodMethod · 0.80

Tested by

no test coverage detected