Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/JARVIS
/ __init__
Method
__init__
taskbench/data_engine.py:226–227 ·
view source on GitHub ↗
(self, message)
Source
from the content-addressed store, hash-verified
224
225
class
RateLimitError(Exception):
226
def
__init__(self, message):
227
super().__init__(message)
228
229
class
ContentFormatError(Exception):
230
def
__init__(self, message):
Callers
1
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected