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

Collect Typehint constructs #158

Open
8 tasks
JoaoFelipe opened this issue Jun 6, 2024 · 0 comments
Open
8 tasks

Collect Typehint constructs #158

JoaoFelipe opened this issue Jun 6, 2024 · 0 comments

Comments

@JoaoFelipe
Copy link
Contributor

noWorkflow should be able to collect typehint constructs:

  • type_comment and type_params in FunctionDef and AsyncFunctionDef
  • type_params in ClassDef
  • TypeAlias
  • AnnAssign
  • type_comment in Assign
  • type_comment in For and AsyncFor
  • type_comment in With and AsyncWith
  • annotation and type_comment in arg
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