MCPcopy Index your code
hub / github.com/RustPython/RustPython / throw

Method throw

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

_callmethodMethod · 0.80

Tested by

no test coverage detected