Override in subclass to return suitable 'wsgi.input
(self)
| 427 | raise NotImplementedError |
| 428 | |
| 429 | def get_stdin(self): |
| 430 | """Override in subclass to return suitable 'wsgi.input'""" |
| 431 | raise NotImplementedError |
| 432 | |
| 433 | def get_stderr(self): |
| 434 | """Override in subclass to return suitable 'wsgi.errors'""" |
no outgoing calls