Home | History | Annotate | Download | only in multiprocessing

Lines Matching defs:throw

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