stat.S_ISREG()
  • References/Python/Python/File & Directory Access

stat.S_ISREG(mode) Return non-zero if the mode is from a regular file.

2025-01-10 15:47:30
tkinter.ttk.Style.element_options()
  • References/Python/Python/Tk

element_options(elementname) Returns the list of elementname‘s options.

2025-01-10 15:47:30
ipaddress.IPv4Address.is_link_local
  • References/Python/Python/Internet

is_link_local True if the address is reserved for link-local usage. See

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

lzma.decompress(data, format=FORMAT_AUTO, memlimit=None, filters=None) Decompress data (a

2025-01-10 15:47:30
mailbox.Maildir.unlock()
  • References/Python/Python/Internet Data

unlock() Maildir mailboxes do not support (or require) locking, so these methods do nothing.

2025-01-10 15:47:30
uu.encode()
  • References/Python/Python/Internet Data

uu.encode(in_file, out_file, name=None, mode=None) Uuencode file in_file into file out_file. The uuencoded

2025-01-10 15:47:30
unittest.mock.Mock.assert_not_called()
  • References/Python/Python/Development Tools

assert_not_called() Assert the mock was never called. >>>

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

Logger.warning(msg, *args, **kwargs) Logs a message with level WARNING on this logger. The arguments are interpreted

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

unicodedata.decimal(chr[, default]) Returns the decimal value assigned to the character chr as integer. If no such

2025-01-10 15:47:30
operator.
  • References/Python/Python/Functional Programming

operator.__itruediv__(a, b) a = itruediv(a, b) is equivalent to a /= b.

2025-01-10 15:47:30