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

javascript - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -