MCPcopy Create free account
hub / github.com/pallets/quart / TodoIn

Class TodoIn

examples/api/src/api/__init__.py:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23
24@dataclass
25class TodoIn:
26 task: str
27 due: datetime | None
28
29
30@dataclass

Callers 1

test_create_todoFunction · 0.90

Calls

no outgoing calls

Tested by 1

test_create_todoFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…