Yuyang Guo
Results
1
issues of
Yuyang Guo
``` from mypy_extensions import TypedDict A = TypedDict( 'A', { 'foo': int, 'bar': int, } ) B = TypedDict( 'B', { 'foo': int, } ) a = A({'foo': 1, 'bar':...
bug
needs discussion
topic-typed-dict
priority-1-normal
false-positive