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

Lines Matching full:tell

54       is impossible to tell whether the server will close the connection
268 startofline = unread = tell = None
272 tell = self.fp.tell
274 if tell:
276 startofline = tell()
278 startofline = tell = None
319 elif tell:
1053 # remember this, so we can tell when it is complete