MCPcopy Create free account
hub / github.com/ScrapeGraphAI/toonify / Item

Class Item

tests/test_pydantic.py:134–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132 def test_with_encoding_options(self):
133 """Test encoding with custom TOON options."""
134 class Item(BaseModel):
135 id: int
136 tags: list[str]
137
138 item = Item(id=1, tags=['tag1', 'tag2', 'tag3'])
139

Callers 2

test_list_roundtripMethod · 0.70

Calls

no outgoing calls

Tested by 2

test_list_roundtripMethod · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…