Home
last modified time | relevance | path

Searched refs:remCards (Results 1 – 7 of 7) sorted by relevance

/dports/games/anki/anki-2.1.16/tests/
H A Dtest_importing.py31 empty.remCards(empty.db.list("select id from cards"))
39 empty.remCards(empty.db.list("select id from cards"))
50 empty.remCards(empty.db.list("select id from cards"))
70 tmp.remCards(tmp.db.list("select id from cards"))
75 tmp.remCards(tmp.db.list("select id from cards"))
H A Dtest_cards.py34 deck.remCards([cid])
70 d.remCards(d.emptyCids())
/dports/games/anki/anki-2.1.16/anki/
H A Dmodels.py160 self.col.remCards(self.col.db.list("""
381 self.col.remCards(cids)
476 self.col.remCards(deleted)
H A Dcollection.py319 self.remCards(self.db.list("select id from cards where nid in "+
490 def remCards(self, ids, notes=True): member in _Collection
802 self.remCards(ids)
832 self.remCards(ids)
H A Ddecks.py201 self.col.remCards(cids)
H A Dsync.py321 self.col.remCards(graves['cards'], notes=False)
/dports/games/anki/anki-2.1.16/aqt/
H A Dmain.py1206 self.col.remCards(cids)