I am new to tkinter. Sometimes when I read the code from github, it contains code like root.update().
When I search for documents for tkinter, I usually find the methods list for each widget, but not for the Tk() root object itself. Also, usually when I set config for each widget, it automatically updates the view. So I am a bit confused by when should I be using root.update()?