Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(1) | Call(1) | Derive(0) | Import(0)
src/t/o/Todo-Indicator-HEAD/todotxt/test_list.py Todo-Indicator(Download)
def test_mark_item_completed_with_full_text(self): todo_text = "(A) Item one\n(Z) Item two\nx Item three\n\n \n" test_list = TodoTxtList(None, todo_text) test_list.mark_item_completed_with_full_text('(Z) Item two')