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