Python typing warning when overriding a method with different returns depending on parameters
Here is an example of my issue
typing – show that classmethod only callable on and returning child classes
So, given a class setup something like this:
Using variable as typing in Python function parameter
Is it possible to pull out types as a variable of sorts, and use them as typing for functions?