John Snow writes:
> On 2/25/21 5:40 AM, Markus Armbruster wrote:
>> John Snow writes:
>>
>>> On 2/24/21 4:30 AM, Markus Armbruster wrote:
John Snow writes:
> OrderedDict is a subtype of dict, so we can check for a more general
> form. These functions do not themselves depend
On 2/25/21 5:40 AM, Markus Armbruster wrote:
John Snow writes:
On 2/24/21 4:30 AM, Markus Armbruster wrote:
John Snow writes:
OrderedDict is a subtype of dict, so we can check for a more general
form. These functions do not themselves depend on it being any
particular type.
True. The ac
John Snow writes:
> On 2/24/21 4:30 AM, Markus Armbruster wrote:
>> John Snow writes:
>>
>>> OrderedDict is a subtype of dict, so we can check for a more general
>>> form. These functions do not themselves depend on it being any
>>> particular type.
>>
>> True. The actual arguments can only b
On 2/24/21 4:30 AM, Markus Armbruster wrote:
John Snow writes:
OrderedDict is a subtype of dict, so we can check for a more general
form. These functions do not themselves depend on it being any
particular type.
True. The actual arguments can only be OrderedDict, though. I think we
refrain
John Snow writes:
> OrderedDict is a subtype of dict, so we can check for a more general
> form. These functions do not themselves depend on it being any
> particular type.
True. The actual arguments can only be OrderedDict, though. I think we
refrained from relaxing to dict in these helpers b
OrderedDict is a subtype of dict, so we can check for a more general
form. These functions do not themselves depend on it being any
particular type.
Signed-off-by: John Snow
Reviewed-by: Eduardo Habkost
Reviewed-by: Cleber Rosa
---
scripts/qapi/expr.py | 5 ++---
1 file changed, 2 insertions(+