typing
typing copied to clipboard
Python static typing home. Hosts the documentation and a user help forum.
Results
241
typing issues
Sort by
recently updated
recently updated
newest added
The spec is very vague when it comes to instantiating a type variable with constraints with a subtype of one of the constraints: https://github.com/python/typing/blob/b806c04133760efee732ce5081b177d84def22fe/docs/spec/generics.rst?plain=1#L71-L81 Let's look at a slightly more...