cmd.Cmd.identchars
  • References/Python/Python/Frameworks

Cmd.identchars The string of characters accepted for the command prefix.

2025-01-10 15:47:30
statistics.mean()
  • References/Python/Python/Numeric & Mathematical

statistics.mean(data) Return the sample arithmetic mean of data, a sequence or iterator of real-valued numbers.

2025-01-10 15:47:30
email.utils.formatdate()
  • References/Python/Python/Internet Data

email.utils.formatdate(timeval=None, localtime=False, usegmt=False) Returns a date string as per

2025-01-10 15:47:30
traceback.TracebackException
  • References/Python/Python/Runtime

class traceback.TracebackException(exc_type, exc_value, exc_traceback, *, limit=None, lookup_lines=True, capture_locals=False) Capture

2025-01-10 15:47:30
turtle.addshape()
  • References/Python/Python/Frameworks

turtle.addshape(name, shape=None) There are three different ways to call this function:

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

formatTime(record, datefmt=None) This method should be called from

2025-01-10 15:47:30
contextlib.ExitStack.enter_context()
  • References/Python/Python/Runtime

enter_context(cm) Enters a new context manager and adds its __exit__() method to the callback stack. The return

2025-01-10 15:47:30
sys.byteorder
  • References/Python/Python/Runtime

sys.byteorder An indicator of the native byte order. This will have the value 'big' on big-endian (most-significant

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

next_plus(x) Returns the smallest representable number larger than x.

2025-01-10 15:47:30
json.JSONDecoder
  • References/Python/Python/Internet Data

class json.JSONDecoder(object_hook=None, parse_float=None, parse_int=None, parse_constant=None, strict=True, object_pairs_hook=None) Simple

2025-01-10 15:47:30