From 871ee6f2aec5da61dee1f94ae51e0371c0df8cb5 Mon Sep 17 00:00:00 2001 From: statsabot <> Date: Mon, 1 Jul 2024 01:38:35 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Automated=20regeneration=20of=20?= =?UTF-8?q?examples=20and=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/example.csv | 2 +- examples/example.json | 6 +++--- examples/example.md | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/examples/example.csv b/examples/example.csv index 3cdd2686..4e9cabb1 100644 --- a/examples/example.csv +++ b/examples/example.csv @@ -142,7 +142,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,-,56587,STDLIB,NOT_CURRENTLY_UPLOADED,STRICT_ON_SOME_FILES,26406,822,14499,368,74,11,1971,839,8273,535,152,2425,26,0,ERROR_ON_MISSING_STUB,darwin;linux;win32,1275 +stdlib,-,https://github.com/python/cpython,STDLIB,-,56589,STDLIB,NOT_CURRENTLY_UPLOADED,STRICT_ON_SOME_FILES,26408,822,14501,368,74,11,1971,839,8273,535,152,2425,26,0,ERROR_ON_MISSING_STUB,darwin;linux;win32,1275 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 25.1 on tensorflow==2.16.1 .,25539,UP_TO_DATE,UPLOADED,NOT_STRICT,5328,8,3035,4,23,58,60,34,5294,5,7,928,1,0,MISSING_STUBS_IGNORED,linux,51 toml,types-toml,https://github.com/uiri/toml,COMPLETE,-,136,UP_TO_DATE,UPLOADED,STRICT,71,0,41,0,0,0,21,5,14,2,0,14,2,0,ERROR_ON_MISSING_STUB,linux,4 diff --git a/examples/example.json b/examples/example.json index 754648cf..a0ff4c71 100644 --- a/examples/example.json +++ b/examples/example.json @@ -4886,7 +4886,7 @@ "upstream_url": "https://github.com/python/cpython", "completeness_level": "STDLIB", "extra_description": null, - "number_of_lines": 56587, + "number_of_lines": 56589, "package_status": "STDLIB", "upload_status": "NOT_CURRENTLY_UPLOADED", "stubtest_settings": { @@ -4900,9 +4900,9 @@ }, "pyright_setting": "STRICT_ON_SOME_FILES", "annotation_stats": { - "annotated_parameters": 26406, + "annotated_parameters": 26408, "unannotated_parameters": 822, - "annotated_returns": 14499, + "annotated_returns": 14501, "unannotated_returns": 368, "explicit_Incomplete_parameters": 74, "explicit_Incomplete_returns": 11, diff --git a/examples/example.md b/examples/example.md index 87442e5a..b508531a 100644 --- a/examples/example.md +++ b/examples/example.md @@ -8175,7 +8175,7 @@ All files in this stubs package are tested with the stricter pyright settings in ### Number of lines -56,587 (excluding blank lines) +56,589 (excluding blank lines) ### Package status: *stdlib* @@ -8200,12 +8200,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: 26,406 + - Annotated parameters: 26,408 - Unannotated parameters: 822 - Explicit `Any` parameters: 1,971 - Explicitly `Incomplete` (or partially `Incomplete`) parameters: 74 - Returns: - - Annotated returns: 14,499 + - Annotated returns: 14,501 - Unannotated returns: 368 - Explicit `Any` returns: 839 - Explicitly `Incomplete` (or partially `Incomplete`) returns: 11