ssl.SSLSocket.context
  • References/Python/Python/Networking

SSLSocket.context The SSLContext object this SSL socket is tied to. If the SSL socket was created using the top-level

2025-01-10 15:47:30
curses.window.insdelln()
  • References/Python/Python/Operating System

window.insdelln(nlines) Insert nlines lines into the specified window above the current line. The nlines bottom

2025-01-10 15:47:30
unittest.mock.patch.stopall()
  • References/Python/Python/Development Tools

patch.stopall() Stop all active patches. Only stops patches started with start.

2025-01-10 15:47:30
turtle.Shape.addcomponent()
  • References/Python/Python/Frameworks

addcomponent(poly, fill, outline=None)

2025-01-10 15:47:30
zlib.Decompress.eof
  • References/Python/Python/Data Compression

Decompress.eof A boolean indicating whether the end of the compressed data stream has been reached. This

2025-01-10 15:47:30
multiprocessing.SimpleQueue
  • References/Python/Python/Concurrent Execution

class multiprocessing.SimpleQueue It is a simplified Queue type, very close to a locked Pipe.

2025-01-10 15:47:30
ipaddress.IPv6Address.is_unspecified
  • References/Python/Python/Internet

is_unspecified

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

curses.qiflush([flag]) If flag is False, the effect is the same as calling noqiflush(). If

2025-01-10 15:47:30
wsgiref.handlers.SimpleHandler
  • References/Python/Python/Internet

class wsgiref.handlers.SimpleHandler(stdin, stdout, stderr, environ, multithread=True, multiprocess=False) Similar to

2025-01-10 15:47:30
xml.dom.Element.removeAttributeNS()
  • References/Python/Python/Structured Markup

Element.removeAttributeNS(namespaceURI, localName) Remove an attribute by name. Note that it uses a localName, not a qname.

2025-01-10 15:47:30