Hello there networkx!,
In the attached png, you can see that the properties return InDegreeView or OutDegreeView, but it's declared that their return type is int... which is incorrect
If you could adjust the return types to fit the class of the returned element, it would be most helpful and solve Python's type hinting. Currently... it's always throwing me type hint warnings.
Thanks in advance,
Daniel!