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

Lines Matching full:mech

343         mech = mechanism.upper()
345 #cap = 'AUTH=%s' % mech
347 # raise self.error("Server doesn't allow %s authentication." % mech)
349 typ, dat = self._simple_command('AUTHENTICATE', mech)
1273 self.mech = mechinst # Callable object to provide/process data
1276 ret = self.mech(self.decode(data))