This website requires JavaScript.
Explore
Help
Sign In
VimPlug
/
typeshed
Watch
1
Star
0
Fork
0
You've already forked typeshed
mirror of
https://github.com/davidhalter/typeshed.git
synced
2025-12-16 00:37:10 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
65450d81ff6053f90947e003bb7e15d2a26a77ea
typeshed
/
third_party
History
Eric Traut
e17c6a752e
Fixed base classes to avoid "Cannot create consistent method ordering" error. Like the Python interpreter, the pyright type checker reports an error when a class is defined in a way that a deterministic MRO cannot be established. This set of changes eliminates these errors. (
#4392
)
...
Co-authored-by: Eric Traut <
erictr@microsoft.com
>
2020-08-05 19:42:48 -07:00
..
2
Simplify pathlib (
#4357
)
2020-07-27 06:08:09 -07:00
2and3
Fixed base classes to avoid "Cannot create consistent method ordering" error. Like the Python interpreter, the pyright type checker reports an error when a class is defined in a way that a deterministic MRO cannot be established. This set of changes eliminates these errors. (
#4392
)
2020-08-05 19:42:48 -07:00
3
Enable aliases in pytest_mock (
#4359
)
2020-07-25 12:13:00 -07:00