Ivan Levkivskyi
Ivan Levkivskyi
@jussike I don't have any immediate plans for this, but open to contributions. (The only requirement, this feature should be behind a flag and type comments should take precedence over...
Yeah, skipping such cases with a warning makes sense. Please go ahead with a PR.
Yes, I want to make a release this or next week.
In some sense this is expected behavior. The term "generic" is overloaded, meaning both "this class can still be parameterized with type argument", and "this class has `Generic` in its...
FWIW I don't want to change the current behavior, because it would be back wards incompatible, but I think it is OK to add a second helper like `is_generic_strict()` that...
I can't say I like the name `get_typing`, but in general I think it makes sense to provide some extra functionality. I would say even some tricky things related to...
About `get_last_origin` and `get_last_args` this was inspired by how things used to work, I agree they may be not very useful for users of "modern" `typing`.
Sorry for long silence, I went vacation for couple weeks and then it took time to be back on track. > Would you want any of these to replace your...
> so I'll hide them in a sub package I would rather chose a name like `typing_inspect.extras` for the subpackage.
> I'm unsure what your docstrings conform to, and can't find anything in your configuration files to test against. I'm planning on using pydocstyle and vanilla Sphinx to help ensure...