MCPcopy Index your code
hub / github.com/flet-dev/flet / remove_list

Method remove_list

sdk/python/examples/apps/declarative/trolli/models.py:75–76  ·  view source on GitHub ↗
(self, board_list: BoardList)

Source from the content-addressed store, hash-verified

73 self.lists.append(BoardList(title=title, color=color, board=self))
74
75 def remove_list(self, board_list: BoardList) -> None:
76 self.lists.remove(board_list)
77
78 def move_list(self, src: BoardList, dst: BoardList) -> None:
79 src_index = self.lists.index(src)

Callers 1

on_deleteFunction · 0.80

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected