def select(self, match): """Match orb source-names""" try: ret = _orb._orbselect(self._orbfd, match) except _orb._ElogException, _e: stock._raise_elog(_e)
def select(self, match): check_error(_orb._orbselect(self._fd, match), SelectError) return self
def select(self, match): """Match orb source-names""" return _orb._orbselect(self._orbfd, match)