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

Lines Matching refs:more

229     def addcontinue(self, key, more):
230 """Add more field data from a continuation line."""
232 self.dict[key] = prev + "\n " + more
565 # connection, and the user is reading more bytes than will be provided
886 # connections. more specifically, this means it is
1242 e = ', %i more expected' % self.expected
1270 HTTPException.__init__(self, "got more than %d bytes when reading %s"