MCPcopy 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
65class ModelWithParse:

Callers 3

generate_fixturesFunction · 0.45
runMethod · 0.45
on_execution_requestFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected