Home | History | Annotate | Download | only in multiprocessing

Lines Matching defs:throw

968     _exposed_ = ('__next__', 'next', 'send', 'throw', 'close')
977 def throw(self, *args):
978 return self._callmethod('throw', args)