Utsav
|
6f943d43ea
|
Added __class_getitem__ (#4695)
Resolves #4682
Co-authored-by: hauntsaninja <>
|
2020-10-22 14:05:04 -07:00 |
|
Jelle Zijlstra
|
5d553c9584
|
apply black and isort (#4287)
* apply black and isort
* move some type ignores
|
2020-06-28 13:31:00 -07:00 |
|
Sebastian Rittau
|
256b3ce8ab
|
Remove a bunch of unused imports (#3323)
|
2019-10-08 07:59:32 -07:00 |
|
Jelle Zijlstra
|
94ab32ba59
|
Fix abstract classes for Python 3 (#2239)
* add metaclass=ABCMeta to some classes
* mark some more classes as explicitly abstract
* make some more classes concrete
|
2018-06-16 10:18:54 -07:00 |
|
Jelle Zijlstra
|
c5bc3bd7fa
|
make contextvars.Context instantiable (#2119)
Part of #1476.
|
2018-06-11 14:03:02 -07:00 |
|
Jelle Zijlstra
|
bfe0b06953
|
add stub for contextvars.pyi (#1968)
Part of #1965.
|
2018-03-21 15:16:14 -07:00 |
|