mypy icon indicating copy to clipboard operation
mypy copied to clipboard

[stubgenc] Generate Inline generics from `__type_params__`

Open InvincibleRMC opened this issue 1 year ago • 12 comments

Fixes #17447

This allows generating inline generics for stubgenc by using __type_params__.

Similar to #17463 but for __type_params__ instead of __annotations__

InvincibleRMC avatar Jul 22 '24 15:07 InvincibleRMC

According to mypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅

github-actions[bot] avatar Jul 22 '24 16:07 github-actions[bot]

According to mypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅

github-actions[bot] avatar Jul 22 '24 16:07 github-actions[bot]

According to mypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅

github-actions[bot] avatar Jul 22 '24 16:07 github-actions[bot]

According to mypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅

github-actions[bot] avatar Jul 22 '24 22:07 github-actions[bot]

According to mypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅

github-actions[bot] avatar Jul 22 '24 22:07 github-actions[bot]

According to mypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅

github-actions[bot] avatar Jul 23 '24 14:07 github-actions[bot]

According to mypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅

github-actions[bot] avatar Jul 23 '24 14:07 github-actions[bot]

According to mypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅

github-actions[bot] avatar Jul 23 '24 14:07 github-actions[bot]

According to mypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅

github-actions[bot] avatar Jul 23 '24 15:07 github-actions[bot]

According to mypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅

github-actions[bot] avatar Jul 25 '24 14:07 github-actions[bot]

@sobolevn any other comments / concerns?

InvincibleRMC avatar Jul 25 '24 15:07 InvincibleRMC

@sobolevn Friendly ping if you need anything else.

InvincibleRMC avatar Aug 17 '24 07:08 InvincibleRMC