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

Lines Matching defs:error_proto

65 class error_proto(Error): pass          # response does not begin with [1-5]
220 raise error_proto, resp
239 raise error_proto, resp
269 raise error_proto, 'unsupported address family'
796 Raises error_proto if it does not contain '(h1,h2,h3,h4,p1,p2)'
807 raise error_proto, resp
816 Raises error_proto if it does not contain '(|||port|)'
822 if left < 0: raise error_proto, resp
825 raise error_proto, resp # should contain '(|||port|)'
827 raise error_proto, resp
830 raise error_proto, resp
876 if treply[:3] not in ('125', '150'): raise error_proto # RFC 959
878 if sreply[:3] not in ('125', '150'): raise error_proto # RFC 959