tkinter.ttk.Style.theme_names()
  • References/Python/Python/Tk

theme_names() Returns a list of all known themes.

2025-01-10 15:47:30
platform.python_revision()
  • References/Python/Python/Operating System

platform.python_revision() Returns a string identifying the Python implementation SCM revision.

2025-01-10 15:47:30
os.chown()
  • References/Python/Python/Operating System

os.chown(path, uid, gid, *, dir_fd=None, follow_symlinks=True) Change the owner and group id of path to the numeric

2025-01-10 15:47:30
csv.field_size_limit()
  • References/Python/Python/File Formats

csv.field_size_limit([new_limit]) Returns the current maximum field size allowed by the parser. If new_limit is given

2025-01-10 15:47:30
ipaddress.IPv4Interface.with_netmask
  • References/Python/Python/Internet

with_netmask A string representation of the interface with the network as a net mask.

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

lock() unlock() Three locking mechanisms are used—dot locking and, if available, the flock() and lockf()

2025-01-10 15:47:30
curses.error
  • References/Python/Python/Operating System

exception curses.error Exception raised when a curses library function returns an error.

2025-01-10 15:47:30
multiprocessing.Lock.acquire()
  • References/Python/Python/Concurrent Execution

acquire(block=True, timeout=None) Acquire a lock, blocking or non-blocking. With the block

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

class typing.MappingView(Sized, Iterable[T_co]) A generic version of

2025-01-10 15:47:30
zipfile.ZipInfo.internal_attr
  • References/Python/Python/Data Compression

ZipInfo.internal_attr Internal attributes.

2025-01-10 15:47:30