turtle.up()
  • References/Python/Python/Frameworks

turtle.up() Pull the pen up – no drawing when moving.

2025-01-10 15:47:30
http.server.BaseHTTPRequestHandler.client_address
  • References/Python/Python/Internet

client_address Contains a tuple of the form (host, port) referring to the client’s address.

2025-01-10 15:47:30
ctypes.c_bool
  • References/Python/Python/Operating System

class ctypes.c_bool Represent the C bool datatype (more accurately, _Bool from C99). Its value can

2025-01-10 15:47:30
ssl.SSLSocket.selected_alpn_protocol()
  • References/Python/Python/Networking

SSLSocket.selected_alpn_protocol() Return the protocol that was selected during the TLS handshake. If SSLContext.set_

2025-01-10 15:47:30
TabError
  • References/Python/Python/Built-in Exceptions

exception TabError Raised when indentation contains an inconsistent use of tabs and spaces. This is a subclass of Ind

2025-01-10 15:47:30
RuntimeWarning
  • References/Python/Python/Built-in Exceptions

exception RuntimeWarning Base class for warnings about dubious runtime behavior.

2025-01-10 15:47:30
dbm.ndbm.ndbm.close()
  • References/Python/Python/Data Persistence

ndbm.close() Close the ndbm database.

2025-01-10 15:47:30
urllib.request.FancyURLopener
  • References/Python/Python/Internet

class urllib.request.FancyURLopener(...) Deprecated since version 3.3

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

quantize(x, y) Returns a value equal to x (rounded), having the exponent of y.

2025-01-10 15:47:30
curses.textpad.Textbox.edit()
  • References/Python/Python/Operating System

edit([validator]) This is the entry point you will normally use. It accepts editing keystrokes until one of the termination

2025-01-10 15:47:30