Skip to content

Element types #48

Closed
Closed
@notEvil

Description

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 = {}
x[1] = 2 # or
#x.update({1: 2})

y = []
y.append(1)

Imho this should be resolvable.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions