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
2026-01-22 02:52:07 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
3ab250eec828a15d5649053e3613e16c0369263d
typeshed
/
stdlib
/
unittest
History
Alex Waygood
3ab250eec8
Use PEP 604 syntax wherever possible (
#7493
)
2022-03-16 16:01:33 +01:00
..
__init__.pyi
Add
__all__
for modules beginning with 'u', 'x', 'w' and 'z' (
#7374
)
2022-02-23 23:04:21 +01:00
_log.pyi
stdlib: correct many pos-or-kw arg names in dunder methods (
#7451
)
2022-03-07 16:40:03 +01:00
async_case.pyi
Use
ParamSpec
in
unittest.async_case
(
#7011
)
2022-01-23 13:54:06 -08:00
case.pyi
stdlib: correct many pos-or-kw arg names in dunder methods (
#7451
)
2022-03-07 16:40:03 +01:00
loader.pyi
…
main.pyi
Upgrade black version (
#7089
)
2022-01-30 16:27:06 -08:00
mock.pyi
Add missing typings to
unittest.mock
(
#7431
)
2022-03-06 15:43:39 -08:00
result.pyi
…
runner.pyi
Fix unittest.TextTestResult.printErrorList() (
#7341
)
2022-02-21 12:16:31 +02:00
signals.pyi
…
suite.pyi
Use PEP 604 syntax wherever possible (
#7493
)
2022-03-16 16:01:33 +01:00
util.pyi
…