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-03-10 00:47:12 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
18e2ae762ba08f6b2ec841caafb36d44200cb2a0
typeshed
/
stdlib
/
unittest
History
Nikita Sobolev
18e2ae762b
Mark first argument of
__[get|set|del]attr__
as
str
(
#9245
)
2022-11-22 11:06:50 +00:00
..
__init__.pyi
Adds missing
__dir__
definitions (
#8479
)
2022-08-04 12:21:43 +02:00
_log.pyi
…
async_case.pyi
Add
unittest
features new in Python 3.11 (
#8020
)
2022-06-04 16:27:52 +01:00
case.pyi
unittest: cannot use bytes regexes (
#9107
)
2022-11-05 14:14:53 -07:00
loader.pyi
Add types for unittest.loader.TestLoader._match_path (
#8669
)
2022-09-02 09:55:24 +02:00
main.pyi
Remove Python 3.6 branches from typeshed (
#8269
)
2022-07-11 10:55:17 +02:00
mock.pyi
Mark first argument of
__[get|set|del]attr__
as
str
(
#9245
)
2022-11-22 11:06:50 +00:00
result.pyi
Use
_typeshed.OptExcInfo
in
pydoc
and
unittest
(
#7668
)
2022-04-20 21:00:48 +01:00
runner.pyi
Remove duplicate definitions in sub-classes (
#8594
)
2022-08-26 17:10:55 +02:00
signals.pyi
…
suite.pyi
…
util.pyi
…