mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-07-15 04:40:12 +08:00
Fix networkx `DiDegreeView.__call__()` `DiDegreeView.__call__()` can return an integer if a single node is specified, as is also documented in the docstrings of the method: https://github.com/networkx/networkx/blob/89718e0514bded93ded5b00aed755a4474c1dc6f/networkx/classes/digraph.py#L1198-L1199 Implementation: https://github.com/networkx/networkx/blob/89718e0514bded93ded5b00aed755a4474c1dc6f/networkx/classes/reportviews.py#L436-L437