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

turtle.pen(pen=None, **pendict)

2025-01-10 15:47:30
subprocess.Popen.kill()
  • References/Python/Python/Concurrent Execution

Popen.kill() Kills the child. On Posix OSs the function sends SIGKILL to the child. On Windows kill() is an alias

2025-01-10 15:47:30
BlockingIOError.characters_written
  • References/Python/Python/Built-in Exceptions

characters_written An integer containing the number of characters written to the stream before it blocked. This attribute is

2025-01-10 15:47:30
xmlrpc.client.DateTime
  • References/Python/Python/Internet

class xmlrpc.client.DateTime This class may be initialized with seconds since the epoch, a time tuple, an ISO 8601 time/date

2025-01-10 15:47:30
weakref.finalize.alive
  • References/Python/Python/Data Types

alive Property which is true if the finalizer is alive, false otherwise.

2025-01-10 15:47:30
multiprocessing.Queue.get_nowait()
  • References/Python/Python/Concurrent Execution

get_nowait() Equivalent to get(False).

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

send_response(code, message=None) Adds a response header to the headers buffer and logs the accepted request. The HTTP response

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

fileinput.hook_compressed(filename, mode) Transparently opens files compressed with gzip and bzip2 (recognized by the extensions

2025-01-10 15:47:30
queue.Queue.empty()
  • References/Python/Python/Concurrent Execution

Queue.empty() Return True if the queue is empty, False otherwise. If empty() returns True

2025-01-10 15:47:30
xml.sax.handler.ContentHandler.ignorableWhitespace()
  • References/Python/Python/Structured Markup

ContentHandler.ignorableWhitespace(whitespace) Receive notification of ignorable whitespace in element content.

2025-01-10 15:47:30