sys.settrace(tracefunc) Set the system’s trace function, which allows you to implement a Python source code debugger in Python
Request.set_proxy(host, type) Prepare the request by connecting to a proxy server. The host and type will
BaseHandler.add_parent(director) Add a director as parent.
stat.S_ISPORT(mode) Return non-zero if the mode is from an event port.
socket.type The socket type.
log10(context=None) Return the base ten logarithm of the operand. The result is correctly rounded using the ROUND_HALF_EVEN
class tkinter.Tk(screenName=None, baseName=None, className='Tk', useTk=1) The Tk class is instantiated without
monthdatescalendar(year, month) Return a list of the weeks in the month month of the year as full weeks. Weeks
make_mixed(boundary=None) Convert a non-multipart, a multipart/related, or a multipart-alternative
datetime.day Between 1 and the number of days in the given month of the given year.
Page 87 of 100