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

Lines Matching defs:capability

44         'CAPABILITY':   ('NONAUTH', 'AUTH', 'SELECTED', 'LOGOUT'),
174 # request and store CAPABILITY response.
192 typ, dat = self.capability()
194 raise self.error('no CAPABILITY response from server')
356 def capability(self):
357 """(typ, [data]) = <instance>.capability()
360 name = 'CAPABILITY'
778 notified by server in CAPABILITY response.