mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-04-25 08:14:02 +08:00
7a2807af4e
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