Re: why from _tkinter import * ? why the underscore
Bryan Oakley <[email protected]> Mon, 1 Jan 2018 07:33:07 -0600
| Newsgroups | gmane.comp.python.tkinter |
|---|---|
| Message-ID | <CAKypQnzXq8ZqzqFPS2oBmz_p+_mQkk3MhxCuoTg4oWNGrH0Eug@mail.gmail.com> |
_tkinter is the internal name of the C-based wrapper around the tcl interpreter. It has a leading underscore to highlight the fact that it's a "private" method that is part of the tkinter package. On Sat, Dec 30, 2017 at 7:50 PM, R <[email protected]> wrote: > > why from _tkinter import * ? > > > > why the underscore in _tkinter ? > > _______________________________________________ > Tkinter-discuss mailing list > [email protected] > https://mail.python.org/mailman/listinfo/tkinter-discuss > _______________________________________________ Tkinter-discuss mailing list [email protected] https://mail.python.org/mailman/listinfo/tkinter-discuss