unittest.TestResult.tb_locals
  • References/Python/Python/Development Tools

tb_locals If set to true then local variables will be shown in tracebacks.

2025-01-10 15:47:30
time.timezone
  • References/Python/Python/Operating System

time.timezone The offset of the local (non-DST) timezone, in seconds west of UTC (negative in most of Western Europe, positive

2025-01-10 15:47:30
crypt.methods
  • References/Python/Python/Unix

crypt.methods A list of available password hashing algorithms, as crypt.METHOD_* objects. This list is sorted from

2025-01-10 15:47:30
mailbox.MH.
  • References/Python/Python/Internet Data

__delitem__(key) discard(key) These methods immediately delete the message. The MH convention of marking a message

2025-01-10 15:47:30
typing.no_type_check_decorator()
  • References/Python/Python/Development Tools

@typing.no_type_check_decorator(decorator) Decorator to give another decorator the no_type_check() effect.

2025-01-10 15:47:30
time.altzone
  • References/Python/Python/Operating System

time.altzone The offset of the local DST timezone, in seconds west of UTC, if one is defined. This is negative if the local

2025-01-10 15:47:30
fpectl.turnoff_sigfpe()
  • References/Python/Python/Runtime

fpectl.turnoff_sigfpe() Reset default handling of floating point exceptions.

2025-01-10 15:47:30
typing.Generic
  • References/Python/Python/Development Tools

class typing.Generic Abstract base class for generic types. A generic type is typically declared

2025-01-10 15:47:30
asynchat.async_chat.collect_incoming_data()
  • References/Python/Python/Networking

async_chat.collect_incoming_data(data) Called with data holding an arbitrary amount of received data. The default method

2025-01-10 15:47:30
xmlrpc.server.CGIXMLRPCRequestHandler.register_instance()
  • References/Python/Python/Internet

CGIXMLRPCRequestHandler.register_instance(instance) Register an object which is used to expose method names which have not been

2025-01-10 15:47:30