http.client.HTTPConnection.send()
  • References/Python/Python/Internet

HTTPConnection.send(data) Send data to the server. This should be used directly only after the endheaders() method

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

ctypes.wstring_at(address, size=-1) This function returns the wide character string starting at memory address address

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

SSLSocket.server_hostname Hostname of the server:

2025-01-10 15:47:30
parser.STType
  • References/Python/Python/Language

parser.STType The type of the objects returned by expr(), suite() and sequence2st().

2025-01-10 15:47:30
concurrent.futures.wait()
  • References/Python/Python/Concurrent Execution

concurrent.futures.wait(fs, timeout=None, return_when=ALL_COMPLETED) Wait for the Future instances (possibly created

2025-01-10 15:47:30
concurrent.futures.ThreadPoolExecutor
  • References/Python/Python/Concurrent Execution

class concurrent.futures.ThreadPoolExecutor(max_workers=None) An Executor subclass that uses a pool of at most

2025-01-10 15:47:30
multiprocessing.managers.BaseManager.get_server()
  • References/Python/Python/Concurrent Execution

get_server() Returns a Server object which represents the actual server under the control of the Manager. The Server

2025-01-10 15:47:30
netrc.NetrcParseError
  • References/Python/Python/File Formats

exception netrc.NetrcParseError Exception raised by the netrc class when syntactical errors are encountered in

2025-01-10 15:47:30
bytes.istitle()
  • References/Python/Python/Built-in Types

bytes.istitle() bytearray.istitle() Return true if the sequence is ASCII titlecase and the sequence is not empty

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