This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author shippo_
Recipients RhinosF1, epaine, serhiy.storchaka, shippo_
Date 2020-12-28.11:50:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1609156241.5.0.509562850358.issue42750@roundup.psfhosted.org>
In-reply-to
Content
Yes, I get it now. I've missed the idea. You can do:

> age = tk.IntVar(value=38, name="mine")
> age_str = tk.StringVar(name="mine")
> is_alive = tk.BooleanVar(name="mine")
> is_alive.get()
True

Maybe not the best example, but still, it was a misunderstanding.

Thank you very much, Serhiy, once again!
History
Date User Action Args
2020-12-28 11:50:41shippo_setrecipients: + shippo_, serhiy.storchaka, epaine, RhinosF1
2020-12-28 11:50:41shippo_setmessageid: <1609156241.5.0.509562850358.issue42750@roundup.psfhosted.org>
2020-12-28 11:50:41shippo_linkissue42750 messages
2020-12-28 11:50:41shippo_create