Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AgentOps-AI/agentops
/ model_dump
Method
model_dump
tests/unit/test_serialization.py:61–62 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
59
self.__dict__.update(data)
60
61
def
model_dump(self):
62
return
self.__dict__
63
64
65
class
ModelWithParse:
Callers
3
generate_fixtures
Function · 0.45
run
Method · 0.45
on_execution_request
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected