John Snow writes:
> On 2/25/21 6:56 AM, Markus Armbruster wrote:
>> John Snow writes:
>>
>>> On 2/24/21 5:01 AM, Markus Armbruster wrote:
John Snow writes:
> mypy does not know the types of values stored in Dicts that masquerade
> as objects. Help the type checker out by cons
On 2/25/21 6:56 AM, Markus Armbruster wrote:
John Snow writes:
On 2/24/21 5:01 AM, Markus Armbruster wrote:
John Snow writes:
mypy does not know the types of values stored in Dicts that masquerade
as objects. Help the type checker out by constraining the type.
Signed-off-by: John Snow
Re
John Snow writes:
> On 2/24/21 5:01 AM, Markus Armbruster wrote:
>> John Snow writes:
>>
>>> mypy does not know the types of values stored in Dicts that masquerade
>>> as objects. Help the type checker out by constraining the type.
>>>
>>> Signed-off-by: John Snow
>>> Reviewed-by: Eduardo Habk
On 2/24/21 5:01 AM, Markus Armbruster wrote:
John Snow writes:
mypy does not know the types of values stored in Dicts that masquerade
as objects. Help the type checker out by constraining the type.
Signed-off-by: John Snow
Reviewed-by: Eduardo Habkost
Reviewed-by: Cleber Rosa
---
scripts
John Snow writes:
> mypy does not know the types of values stored in Dicts that masquerade
> as objects. Help the type checker out by constraining the type.
>
> Signed-off-by: John Snow
> Reviewed-by: Eduardo Habkost
> Reviewed-by: Cleber Rosa
> ---
> scripts/qapi/expr.py | 25 +++
mypy does not know the types of values stored in Dicts that masquerade
as objects. Help the type checker out by constraining the type.
Signed-off-by: John Snow
Reviewed-by: Eduardo Habkost
Reviewed-by: Cleber Rosa
---
scripts/qapi/expr.py | 25 ++---
1 file changed, 22 inse