We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
If I just do eg:
graph=nx.DiGraph()
mypy complains that
mypy
var-annotated Need type annotation for "graph"
Is there some issues with the stubs here that makesmypy not understand thatnx.DiGraph() instantiates an instance of the classDiGraph?
nx.DiGraph()
DiGraph