Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/flet-dev/flet
/ remove_card
Method
remove_card
sdk/python/examples/apps/declarative/trolli/models.py:46–47 ·
view source on GitHub ↗
(self, card: Card)
Source
from the content-addressed store, hash-verified
44
self.cards.append(Card(text=text, board_list=self))
45
46
def
remove_card(self, card: Card) -> None:
47
self.cards.remove(card)
48
49
def
move_card_at(self, card: Card, to_card: Card) -> None:
50
if
card == to_card:
Callers
nothing calls this directly
Calls
1
remove
Method · 0.45
Tested by
no test coverage detected