You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using get_generic_bases I can get generic bases for my type class. But it would be great if there would be utility function to get all ancestor classes in MRO order including generic bases. So similar to inspect.getmro, just that also parameterized generic type classes would be there.
The text was updated successfully, but these errors were encountered:
Using
get_generic_bases
I can get generic bases for my type class. But it would be great if there would be utility function to get all ancestor classes in MRO order including generic bases. So similar toinspect.getmro
, just that also parameterized generic type classes would be there.The text was updated successfully, but these errors were encountered: