Lines Matching refs:format
508 raise ValueError("line doesn't end with \\r\\n: {!r}".format(line))
519 raise ValueError("command failed: {!r}".format(line)) from e
556 self.push_lit("411 No such group {}".format(group))
642 # Date was passed in RFC 3977 format (NNTP "v2")
650 # Date was passed in RFC 977 format (NNTP "v1")
728 Content-Type: text/plain; charset=UTF-8; format=flowed
791 raise Exception('Unknown cred type {}'.format(cred_type))
810 self.push_lit(fmt.format('\n AUTHINFO USER'))
812 self.push_lit(fmt.format(''))
849 self.push_lit(fmt.format(''))
851 self.push_lit(fmt.format('MODE-'))
978 ).format(self.nntp_version)
1183 b'Content-Type: text/plain; charset=UTF-8; format=flowed\r\n'
1628 raise ValueError('Unexpected command {!r}'.format(cmd))