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

Add type annotation support. #125

Closed
trim21 opened this issue May 21, 2019 · 2 comments
Closed

Add type annotation support. #125

trim21 opened this issue May 21, 2019 · 2 comments

Comments

@trim21
Copy link

trim21 commented May 21, 2019

A example:

from typing import TypeVar, Type

T = TypeVar('T')

class Manager:
    async def get(self, source_: Type[T], *args, **kwargs) -> T:
        pass
@kalombos kalombos changed the title type annotation support? Add type annotation support. May 16, 2023
@kalombos
Copy link
Collaborator

@trim21 thank you for your proposal i think we need mypy checker in CI if we add type annotation in the code

@kalombos
Copy link
Collaborator

Closed as duplicate of #224

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

2 participants