Home | History | Annotate | Download | only in Lib

Lines Matching refs:bye

532         Returns server 'BYE' response.

538 if 'BYE' in self.untagged_responses:
539 return 'BYE', self.untagged_responses['BYE']
813 bye = self.untagged_responses.get('BYE')
814 if bye:
815 raise self.abort(bye[-1])
893 # BYE is expected after LOGOUT
979 if self.debug >= 1 and typ in ('NO', 'BAD', 'BYE'):