asynchat.async_chat.push()
  • References/Python/Python/Networking

async_chat.push(data) Pushes data on to the channel’s fifo to ensure its transmission. This is all you need to do to have the

2025-01-10 15:47:30
asyncio.BaseSubprocessTransport.get_pipe_transport()
  • References/Python/Python/Inputouput

get_pipe_transport(fd) Return the transport for the communication pipe corresponding to the integer file descriptor fd:

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

as_tuple() Return a named tuple representation of the number: DecimalTuple(sign

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

send_response_only(code, message=None) Sends the response header only, used for the purposes when 100 Continue

2025-01-10 15:47:30
lzma.LZMADecompressor
  • References/Python/Python/Data Compression

class lzma.LZMADecompressor(format=FORMAT_AUTO, memlimit=None, filters=None) Create a decompressor object, which can be used

2025-01-10 15:47:30
mailbox.Mailbox.iterkeys()
  • References/Python/Python/Internet Data

iterkeys() keys() Return an iterator over all keys if called as iterkeys() or return a list of keys

2025-01-10 15:47:30
logging.NullHandler.handle()
  • References/Python/Python/Logging

handle(record) This method does nothing.

2025-01-10 15:47:30
wsgiref.headers.Headers.get_all()
  • References/Python/Python/Internet

get_all(name) Return a list of all the values for the named header. The returned list will be

2025-01-10 15:47:30
unittest.mock.Mock.
  • References/Python/Python/Development Tools

_get_child_mock(**kw) Create the child mocks for attributes and return value. By default child mocks will be the same type as

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

ContentHandler.startElement(name, attrs) Signals the start of an element in non-namespace mode. The

2025-01-10 15:47:30