Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/axlearn
/ __init__
Method
__init__
axlearn/common/array_serialization.py:983–985 ·
view source on GitHub ↗
(self, coro)
Source
from the content-addressed store, hash-verified
981
982
def
run(self):
983
try
:
984
super().run()
985
# pylint: disable-next=broad-exception-caught
986
except
Exception
as
e:
987
self._exception = e
988
Callers
2
__init__
Method · 0.45
__init__
Method · 0.45
Calls
3
_ThreadRaisingException
Class · 0.85
run
Method · 0.45
start
Method · 0.45
Tested by
no test coverage detected