We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2635ad1 commit 0213247Copy full SHA for 0213247
mypy/semanal_typeddict.py
@@ -288,8 +288,7 @@ def analyze_typeddict_classdef_fields(
288
if given.
289
290
Return tuple with these items:
291
- * List of keys (or None if found an incomplete reference --> deferral)
292
- * List of types for each key
+ * Dict of key -> type (or None if found an incomplete reference -> deferral)
293
* List of statements from defn.defs.body that are legally allowed to be a
294
part of a TypedDict definition
295
* Set of required keys
0 commit comments