def reap(self): """Get the next packet from an orb""" try: ret = _orb._orbreap(self._orbfd) except _orb._ElogException, _e: stock._raise_elog(_e)
def reap(self): """Get the next packet from an orb""" return _orb._orbreap(self._orbfd)