Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Include instance attributes on Request stub
Adding the stub for `getHeader` means that mypy isn't looking at twisted's implementation to deduce what types instance attributes have. So let's add those to the stub. I don't want to maintain a stub out-of-tree forever, but I've submitted the `getHeader` annotation upstream in twisted/twisted#1669 .
- Loading branch information