Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/simstudioai/sim
/ UsageLimits
Class
UsageLimits
packages/python-sdk/simstudio/__init__.py:69–73 ·
view source on GitHub ↗
Usage limits and quota information.
Source
from the content-addressed store, hash-verified
67
68
@dataclass
69
class
UsageLimits:
70
""
"Usage limits and quota information."
""
71
success: bool
72
rate_limit: Dict[str, Any]
73
usage: Dict[str, Any]
74
75
76
class
SimStudioError(Exception):
Callers
1
get_usage_limits
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected