Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZhengdiYu/SignAvatars
/ __init__
Method
__init__
visualizer/aitviewer/utils/exceptions.py:30–31 ·
view source on GitHub ↗
(self, exc)
Source
from the content-addressed store, hash-verified
28
""
"
29
30
def
__init__(self, exc):
31
self.exc = exc
32
33
def
__getattribute__(self, *args, **kwargs):
34
# if it's asking for our class type return None
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected