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

Class Config

tests/test_pydantic.py:79–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 def test_exclude_unset(self):
78 """Test excluding unset fields."""
79 class Config(BaseModel):
80 host: str
81 port: int = 8080
82 debug: bool = False
83
84 config = Config(host='localhost')
85

Callers 1

test_exclude_unsetMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_exclude_unsetMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…