MCPcopy Create free account
hub / github.com/alibaba/GraphScope / InvalidArgumentError

Class InvalidArgumentError

python/graphscope/framework/errors.py:97–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95
96
97class InvalidArgumentError(GSError, ValueError, AssertionError):
98 def __init__(self, message=None):
99 super(InvalidArgumentError, self).__init__(message)
100
101
102class PermissionDeniedError(GSError):

Callers 15

interactiveMethod · 0.90
graphlearnMethod · 0.90
_check_selectorMethod · 0.90
_check_selectorMethod · 0.90
_check_selectorMethod · 0.90
_check_selectorMethod · 0.90
wrapperFunction · 0.90
__init__Method · 0.90
_extract_meta_infoMethod · 0.90
is_compatibleMethod · 0.90
load_appFunction · 0.90
louvainFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected