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

Method throw

Lib/types.py:261–262  ·  view source on GitHub ↗
(self, tp, *rest)

Source from the content-addressed store, hash-verified

259 def send(self, val):
260 return self.__wrapped.send(val)
261 def throw(self, tp, *rest):
262 return self.__wrapped.throw(tp, *rest)
263 def close(self):
264 return self.__wrapped.close()
265 @property

Callers 1

__exit__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected