MCPcopy Create free account
hub / github.com/AgentOps-AI/agentops / SimpleModel

Class SimpleModel

tests/unit/test_serialization.py:28–32  ·  view source on GitHub ↗

A simple class with __dict__ but no model_dump or dict method.

Source from the content-addressed store, hash-verified

26
27
28class SimpleModel:
29 """A simple class with __dict__ but no model_dump or dict method."""
30
31 def __init__(self, value: str):
32 self.value = value
33
34
35class ModelWithToJson:

Callers 1

test_dict_fallbackMethod · 0.70

Calls

no outgoing calls

Tested by 1

test_dict_fallbackMethod · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…