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

Class ModelWithParse

tests/unit/test_serialization.py:65–72  ·  view source on GitHub ↗

Mock model with parse method.

Source from the content-addressed store, hash-verified

63
64
65class ModelWithParse:
66 """Mock model with parse method."""
67
68 def __init__(self, data):
69 self.data = data
70
71 def parse(self):
72 return self.data
73
74
75class ModelWithoutDict:

Callers 1

test_parse_methodMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_parse_methodMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…