def select(self, match):
        """Match orb source-names"""

	try:

            ret = _orb._orbselect(self._orbfd, match)

	except _orb._ElogException, _e: 

            stock._raise_elog(_e)
Exemple #2
0
    def select(self, match):
        """Match orb source-names"""

        try:

            ret = _orb._orbselect(self._orbfd, match)

        except _orb._ElogException, _e:

            stock._raise_elog(_e)
Exemple #3
0
 def select(self, match):
     check_error(_orb._orbselect(self._fd, match), SelectError)
     return self
Exemple #4
0
    def select(self, match):
        """Match orb source-names"""

        return _orb._orbselect(self._orbfd, match)
Exemple #5
0
 def select(self, match):
     check_error(_orb._orbselect(self._fd, match), SelectError)
     return self