diff --git a/examples/example.csv b/examples/example.csv index dffa5a46..ae78d040 100644 --- a/examples/example.csv +++ b/examples/example.csv @@ -149,7 +149,7 @@ simplejson,types-simplejson,https://github.com/simplejson/simplejson,COMPLETE,-, singledispatch,types-singledispatch,https://github.com/jaraco/singledispatch,COMPLETE,-,27,UP_TO_DATE,UPLOADED,STRICT,16,0,12,0,0,0,7,0,3,1,0,2,0,0,ERROR_ON_MISSING_STUB,linux,0 six,types-six,https://github.com/benjaminp/six,COMPLETE,-,335,UP_TO_DATE,UPLOADED,STRICT,69,0,38,0,0,0,8,6,13,0,0,3,0,0,ERROR_ON_MISSING_STUB,linux,25 slumber,types-slumber,https://github.com/samgiles/slumber,COMPLETE,-,74,UP_TO_DATE,UPLOADED,STRICT,43,0,25,0,0,0,11,5,9,0,0,15,0,0,ERROR_ON_MISSING_STUB,linux,2 -stdlib,-,https://github.com/python/cpython,STDLIB,-,59576,STDLIB,NOT_CURRENTLY_UPLOADED,STRICT_ON_SOME_FILES,27519,819,14955,367,76,12,1991,854,8523,486,151,2453,28,0,ERROR_ON_MISSING_STUB,darwin;linux;win32,1035 +stdlib,-,https://github.com/python/cpython,STDLIB,-,59576,STDLIB,NOT_CURRENTLY_UPLOADED,STRICT_ON_SOME_FILES,27514,819,14951,367,76,12,1991,854,8523,486,151,2454,28,0,ERROR_ON_MISSING_STUB,darwin;linux;win32,1035 str2bool,types-str2bool,https://github.com/symonsoft/str2bool,COMPLETE,-,6,UP_TO_DATE,UPLOADED,STRICT,5,0,3,0,0,0,0,0,0,0,0,0,0,0,ERROR_ON_MISSING_STUB,linux,0 tabulate,types-tabulate,https://github.com/astanin/python-tabulate,COMPLETE,-,60,UP_TO_DATE,UPLOADED,STRICT,15,0,3,0,0,0,2,0,26,0,0,4,0,0,ERROR_ON_MISSING_STUB,linux,0 tensorflow,types-tensorflow,https://github.com/tensorflow/tensorflow,PARTIAL,Partially generated using [mypy-protobuf==3.6.0](https://github.com/nipunn1313/mypy-protobuf/tree/v3.6.0) and libprotoc 26.1 on `tensorflow==2.17.0`.,25919,UP_TO_DATE,UPLOADED,NOT_STRICT,5365,8,3048,4,24,58,60,34,5427,5,9,945,1,0,MISSING_STUBS_IGNORED,linux,51 diff --git a/examples/example.json b/examples/example.json index 81d3e566..d54ae9b5 100644 --- a/examples/example.json +++ b/examples/example.json @@ -5103,9 +5103,9 @@ }, "pyright_setting": "STRICT_ON_SOME_FILES", "annotation_stats": { - "annotated_parameters": 27519, + "annotated_parameters": 27514, "unannotated_parameters": 819, - "annotated_returns": 14955, + "annotated_returns": 14951, "unannotated_returns": 367, "explicit_Incomplete_parameters": 76, "explicit_Incomplete_returns": 12, @@ -5114,7 +5114,7 @@ "annotated_variables": 8523, "explicit_Any_variables": 486, "explicit_Incomplete_variables": 151, - "classdefs": 2453, + "classdefs": 2454, "classdefs_with_Any": 28, "classdefs_with_Incomplete": 0 } diff --git a/examples/example.md b/examples/example.md index e2faf8a1..cc849559 100644 --- a/examples/example.md +++ b/examples/example.md @@ -8543,12 +8543,12 @@ Some files in this stubs package are tested with the stricter pyright settings i ### Statistics on the annotations in typeshed's stubs for the stdlib - Parameters (excluding `self`, `cls`, `metacls` and `mcls`): - - Annotated parameters: 27,519 + - Annotated parameters: 27,514 - Unannotated parameters: 819 - Explicit `Any` parameters: 1,991 - Explicitly `Incomplete` (or partially `Incomplete`) parameters: 76 - Returns: - - Annotated returns: 14,955 + - Annotated returns: 14,951 - Unannotated returns: 367 - Explicit `Any` returns: 854 - Explicitly `Incomplete` (or partially `Incomplete`) returns: 12 @@ -8557,7 +8557,7 @@ Some files in this stubs package are tested with the stricter pyright settings i - Explicit `Any` variables: 486 - Explicitly `Incomplete` (or partially `Incomplete`) variables: 151 - Class definitions: - - Total class definitions: 2,453 + - Total class definitions: 2,454 - Class definitions with `Any`: 28 - Class definitions marked as at least partially `Incomplete`: 0