Sebastian Rittau
Sebastian Rittau
Also cf. #1331 for PR where the current implementation was added.
We already have a recommendation to that effect in the [Type Stubs document](https://typing.readthedocs.io/en/latest/source/stubs.html#all). At some point, we should redirect to that from `CONTRIBUTING`, but in the meantime, we could just...
`mock.patch.object()` should probably be marked as a `staticmethod` in the stubs. (The same for `dict()`, `multiple()`, and `stopall()`.)
I blame my morning tiredness for missing the `2` at the end of that filename. That said, `cryptography/cryptography/hazmat/primitives/asymmetric/__init__.pyi` contains a `__getattr__()` definition, meaning that all non-existing sub-modules should exist (as...
The good news is that the `ec2` module does not seem to exist at runtime, either, so I'm just going to fix the import. There is no immediate need to...
A few short hints: * It's fine to leave types unannotated at the start. They are treated as `Any`. Of course, annotations are preferable. * It's also possible to have...
Same heads up as for #4262: Next week we will reshuffle the layout of typeshed. This means that the files in this PR will also need to be moved. This...
> By the way @srittau I have a few problems with this code and was wondering if there are conventions for handling them. Most of these surround incompatible subclasses. >...
@dargueta Any updates?
Closing this now as we now have a first auto-generated version in typeshed. As I understand it, @Akuli is planning on stealing from this PR in smaller PRs. Thank you,...