-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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.
assert todo.is_checkedReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request