Home | History | Annotate | Download | only in python2.7

Lines Matching refs:criteria

616     def search(self, charset, *criteria):
625 typ, dat = self._simple_command(name, 'CHARSET', charset, *criteria)
627 typ, dat = self._simple_command(name, *criteria)