MCPcopy 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

runMethod · 0.45
startMethod · 0.45

Tested by

no test coverage detected