MCPcopy Create free account
hub / github.com/alibaba/graph-learn / OutOfRangeError

Class OutOfRangeError

graphlearn/python/errors.py:138–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136
137
138class OutOfRangeError(BaseError):
139 def __init__(self, message):
140 """Creates an `OutOfRangeError`."""
141 super(OutOfRangeError, self).__init__(message, OUT_OF_RANGE)
142
143
144class UnimplementedError(BaseError):

Callers 3

nextMethod · 0.90
get_flatten_valuesMethod · 0.90
get_subgraphsMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected