logging.Logger.addHandler()
  • References/Python/Python/Logging

Logger.addHandler(hdlr) Adds the specified handler hdlr to this logger.

2025-01-10 15:47:30
readline.get_completion_type()
  • References/Python/Python/Text Processing

readline.get_completion_type() Get the type of completion being attempted. This returns the rl_completion_type

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

utf8 If False, follow

2025-01-10 15:47:30
locale.strcoll()
  • References/Python/Python/Internationalization

locale.strcoll(string1, string2) Compares two strings according to the current LC_COLLATE setting. As any other

2025-01-10 15:47:30
locale.delocalize()
  • References/Python/Python/Internationalization

locale.delocalize(string) Converts a string into a normalized number string, following the LC_NUMERIC settings

2025-01-10 15:47:30
email.headerregistry.Group.
  • References/Python/Python/Internet Data

__str__() The str value of a Group is formatted according to

2025-01-10 15:47:30
xml.dom.Node.prefix
  • References/Python/Python/Structured Markup

Node.prefix The part of the tagName preceding the colon if there is one, else the empty string. The value is a

2025-01-10 15:47:30
xml.dom.DocumentType.name
  • References/Python/Python/Structured Markup

DocumentType.name The name of the root element as given in the DOCTYPE declaration, if present.

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

Unpacker.reset(data) Resets the string buffer with the given data.

2025-01-10 15:47:30
collections.deque.reverse()
  • References/Python/Python/Data Types

reverse() Reverse the elements of the deque in-place and then return None.

2025-01-10 15:47:30