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.
When dealing with a dict of type {str:Any}, we can't set values to {'key': 'value'} because 'value' is of type str which fails type assertions.
{str:Any}
{'key': 'value'}
'value'
Would be a nice to have to allow duck typing on Any