traceback.format_list()
  • References/Python/Python/Runtime

traceback.format_list(extracted_list) Given a list of tuples as returned by extract_tb() or extract_stack()

2025-01-10 15:47:30
urllib.request.HTTPPasswordMgrWithPriorAuth.is_authenticated()
  • References/Python/Python/Internet

HTTPPasswordMgrWithPriorAuth.is_authenticated(self, authuri) Returns the current state of the is_authenticated

2025-01-10 15:47:30
xdrlib.Unpacker.unpack_double()
  • References/Python/Python/File Formats

Unpacker.unpack_double() Unpacks a double-precision floating point number, similarly to unpack_float().

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

coroutine AbstractEventLoop.subprocess_shell(protocol_factory, cmd, *, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE, **kwargs)

2025-01-10 15:47:30
bz2.compress()
  • References/Python/Python/Data Compression

bz2.compress(data, compresslevel=9) Compress data. compresslevel, if given

2025-01-10 15:47:30
XML Processing Modules
  • References/Python/Python/Structured Markup

Source code: Lib/xml/

2025-01-10 15:47:30
cmath.e
  • References/Python/Python/Numeric & Mathematical

cmath.e The mathematical constant e, as a float.

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

logb(x) Returns the exponent of the magnitude of the operand’s MSD.

2025-01-10 15:47:30
http.client.HTTPResponse.version
  • References/Python/Python/Internet

HTTPResponse.version HTTP protocol version used by server. 10 for HTTP/1.0, 11 for HTTP/1.1.

2025-01-10 15:47:30
ssl.SSLContext.protocol
  • References/Python/Python/Networking

SSLContext.protocol The protocol version chosen when constructing the context. This attribute is read-only.

2025-01-10 15:47:30