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

Lines Matching refs:Continuation

84 Continuation = re.compile(r'\+( (?P<data>.*))?')
157 self.continuation_response = '' # Last continuation response
338 It will be called to process server continuation responses.
865 # Wait for continuation response
913 # Returns None for continuation responses,
938 # Only other possibility is '+' (continuation) response...
940 if self._match(Continuation, resp):
942 return None # NB: indicates continuation