MCPcopy Create free account
hub / github.com/easy-graph/Easy-Graph / EasyGraphError

Class EasyGraphError

easygraph/utils/exception.py:22–23  ·  view source on GitHub ↗

Exception for a serious error in EasyGraph

Source from the content-addressed store, hash-verified

20
21
22class EasyGraphError(EasyGraphException):
23 """Exception for a serious error in EasyGraph"""
24
25
26class EasyGraphNotImplemented(EasyGraphException):

Callers 15

get_nameMethod · 0.90
_nodes_or_numberFunction · 0.90
add_edges_fromMethod · 0.90
remove_edgeMethod · 0.90
__init__Method · 0.90
remove_edgeMethod · 0.90
bunch_iterMethod · 0.90
add_edges_fromMethod · 0.90
remove_nodeMethod · 0.90
bunch_iterMethod · 0.90
add_edges_fromMethod · 0.90
read_graphmlFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected