Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0010aor/FlashNotes
/ CardCreate
Class
CardCreate
backend/src/flashcards/schemas.py:25–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
24
25
class
CardCreate(CardBase):
26
prompt: str | None = Field(default=None, max_length=100)
27
28
29
class
CardUpdate(CardBase):
Callers
10
test_collection_with_multiple_cards
Function · 0.90
test_multiple_collections
Function · 0.90
test_card
Function · 0.90
test_multiple_cards
Function · 0.90
test_card
Function · 0.90
test_multiple_cards
Function · 0.90
test_create_card_with_nonexistent_collection
Function · 0.90
test_create_card
Function · 0.90
test_collection
Function · 0.90
multiple_practice_sessions
Function · 0.90
Calls
no outgoing calls
Tested by
10
test_collection_with_multiple_cards
Function · 0.72
test_multiple_collections
Function · 0.72
test_card
Function · 0.72
test_multiple_cards
Function · 0.72
test_card
Function · 0.72
test_multiple_cards
Function · 0.72
test_create_card_with_nonexistent_collection
Function · 0.72
test_create_card
Function · 0.72
test_collection
Function · 0.72
multiple_practice_sessions
Function · 0.72