os.WTERMSIG()
  • References/Python/Python/Operating System

os.WTERMSIG(status) Return the signal which caused the process to exit. Availability: Unix.

2025-01-10 15:47:30
io.BlockingIOError
  • References/Python/Python/Operating System

exception io.BlockingIOError This is a compatibility alias for the builtin

2025-01-10 15:47:30
email.policy.EmailPolicy.fold_binary()
  • References/Python/Python/Internet Data

fold_binary(name, value) The same as fold() if cte_type is 7bit, except that the returned

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

class ctypes.c_longlong Represents the C signed long long datatype. The constructor accepts an optional integer

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

traceback.print_tb(tb, limit=None, file=None) Print up to limit stack trace entries from traceback object tb

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

max(other, context=None) Like max(self, other) except that the context rounding rule is applied before returning

2025-01-10 15:47:30
http.cookies.Morsel.isReservedKey()
  • References/Python/Python/Internet

Morsel.isReservedKey(K) Whether K is a member of the set of keys of a Morsel.

2025-01-10 15:47:30
calendar.prmonth()
  • References/Python/Python/Data Types

calendar.prmonth(theyear, themonth, w=0, l=0) Prints a month’s calendar as returned by month().

2025-01-10 15:47:30
fpectl.FloatingPointError
  • References/Python/Python/Runtime

exception fpectl.FloatingPointError After turnon_sigfpe() has been executed, a floating point operation that raises

2025-01-10 15:47:30
tkinter.tix.Tk
  • References/Python/Python/Tk

class tkinter.tix.Tk(screenName=None, baseName=None, className='Tix') Toplevel widget of Tix which represents mostly the main

2025-01-10 15:47:30