MCPcopy Create free account
hub / github.com/0010aor/FlashNotes / CardUpdate

Class CardUpdate

backend/src/flashcards/schemas.py:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27
28
29class CardUpdate(CardBase):
30 front: str | None = None
31 back: str | None = None
32
33
34class Card(CardBase):

Callers 5

test_update_card_successFunction · 0.90
test_update_cardFunction · 0.90
test_update_card_partialFunction · 0.90

Calls

no outgoing calls

Tested by 5

test_update_card_successFunction · 0.72
test_update_cardFunction · 0.72
test_update_card_partialFunction · 0.72