8000 tkinter Toplevel misses name option in __init__ · Issue #5129 · python/typeshed · GitHub
[go: up one dir, main page]

Skip to content

tkinter Toplevel misses name option in __init__ #5129

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
melassa opened this issue Mar 22, 2021 · 2 comments
Closed

tkinter Toplevel misses name option in __init__ #5129

melassa opened this issue Mar 22, 2021 · 2 comments

Comments

@melassa
Copy link
Contributor
melassa commented Mar 22, 2021

Example:

    tl = tk.Toplevel(name='fff')
    print(tl) #== .fff

mypy: Unexpected keyword argument "name" for "Toplevel"

@Akuli
Copy link
Collaborator
Akuli commented Mar 23, 2021

Seems like we somehow missed this in #4867

@Akuli
Copy link
Collaborator
Akuli commented Mar 30, 2021

Can be closed now, was fixed in #5146

@srittau srittau closed this as completed Mar 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
0