MCPcopy
hub / github.com/networkx/networkx / NetworkXError

Class NetworkXError

networkx/exception.py:31–32  ·  view source on GitHub ↗

Exception for a serious error in NetworkX

Source from the content-addressed store, hash-verified

29
30
31class NetworkXError(NetworkXException):
32 """Exception for a serious error in NetworkX"""
33
34
35class NetworkXPointlessConcept(NetworkXException):

Callers 15

add_edges_fromMethod · 0.90
remove_edgeMethod · 0.90
remove_nodeMethod · 0.90
add_edges_fromMethod · 0.90
remove_edgeMethod · 0.90
updateMethod · 0.90
neighborsMethod · 0.90
bunch_iterMethod · 0.90
generic_graph_viewFunction · 0.90
remove_edgeMethod · 0.90
remove_nodeMethod · 0.90
add_edges_fromMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…