sys.settrace()
  • References/Python/Python/Runtime

sys.settrace(tracefunc) Set the system’s trace function, which allows you to implement a Python source code debugger in Python

2025-01-10 15:47:30
urllib.request.Request.set_proxy()
  • References/Python/Python/Internet

Request.set_proxy(host, type) Prepare the request by connecting to a proxy server. The host and type will

2025-01-10 15:47:30
urllib.request.BaseHandler.add_parent()
  • References/Python/Python/Internet

BaseHandler.add_parent(director) Add a director as parent.

2025-01-10 15:47:30
stat.S_ISPORT()
  • References/Python/Python/File & Directory Access

stat.S_ISPORT(mode) Return non-zero if the mode is from an event port.

2025-01-10 15:47:30
socket.socket.type
  • References/Python/Python/Networking

socket.type The socket type.

2025-01-10 15:47:30
decimal.Decimal.log10()
  • References/Python/Python/Numeric & Mathematical

log10(context=None) Return the base ten logarithm of the operand. The result is correctly rounded using the ROUND_HALF_EVEN

2025-01-10 15:47:30
tkinter.Tk
  • References/Python/Python/Tk

class tkinter.Tk(screenName=None, baseName=None, className='Tk', useTk=1) The Tk class is instantiated without

2025-01-10 15:47:30
calendar.Calendar.monthdatescalendar()
  • References/Python/Python/Data Types

monthdatescalendar(year, month) Return a list of the weeks in the month month of the year as full weeks. Weeks

2025-01-10 15:47:30
email.message.EmailMessage.make_mixed()
  • References/Python/Python/Internet Data

make_mixed(boundary=None) Convert a non-multipart, a multipart/related, or a multipart-alternative

2025-01-10 15:47:30
datetime.datetime.day
  • References/Python/Python/Data Types

datetime.day Between 1 and the number of days in the given month of the given year.

2025-01-10 15:47:30