How do I know The attributes of built-in class in python? -


i use tkinter gui library python . when come create root main window write root=tk() want undetstand happens inside tk() , how know attributes , function ? (python3)

import tk, call dir or help:

>>> import tkinter tk >>> help(tk.tk)  <lots of useful information> 

Comments

Popular posts from this blog

python - mat is not a numerical tuple : openCV error -

c# - MSAA finds controls UI Automation doesn't -

wordpress - .htaccess: RewriteRule: bad flag delimiters -