MCPcopy Create free account
hub / github.com/modelscope/modelscope / NotLoginException

Class NotLoginException

modelscope/hub/errors.py:38–42  ·  view source on GitHub ↗

Legacy alias — use AuthenticationError for new code.

Source from the content-addressed store, hash-verified

36
37
38class NotLoginException(AuthenticationError):
39 """Legacy alias — use AuthenticationError for new code."""
40
41 def __init__(self, message: str = '', *args, **kwargs):
42 super().__init__(message, **kwargs)
43
44
45class FileDownloadError(NetworkError):

Callers 2

pushMethod · 0.90
pushMethod · 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…