(self)
| 721 | return self.fp.peek(chunk_left)[:chunk_left] |
| 722 | |
| 723 | def fileno(self): |
| 724 | return self.fp.fileno() |
| 725 | |
| 726 | def getheader(self, name, default=None): |
| 727 | '''Returns the value of the header matching *name*. |
no outgoing calls
no test coverage detected