You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
todo=TodoItem("Buy groceries")
todo.check()
callout=todo.turn_into(Callout)
# What happens when executing `callout.is_checked`?!todo=callout.turn_into(TodoItem)
# After tunring block back into todo, it should still be checked.asserttodo.is_checked