Skip to content
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

overloads that only specify the difference #707

Open
KotlinIsland opened this issue Jul 9, 2024 · 0 comments
Open

overloads that only specify the difference #707

KotlinIsland opened this issue Jul 9, 2024 · 0 comments

Comments

@KotlinIsland
Copy link
Owner

from typing import addin_overload


@addin_overload
def f(d: str): ...
@addin_overload
def f(e: str): ...

def f(a: int, b: int, c: int, d=None, e=None): ...

don't need to duplicate the same part of the signature

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

No branches or pull requests

1 participant