We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Hi there,
I recognized that in the following code the key and value type of x is not available as well as the element type of y.
x
y
x = {} x[1] = 2 # or #x.update({1: 2}) y = [] y.append(1)
Imho this should be resolvable.
Activity