tkinter.ttk.Widget.state()
  • References/Python/Python/Tk

state(statespec=None) Modify or inquire widget state. If statespec is specified, sets the widget state according to

2025-01-10 15:47:30
aifc.aifc.getcompname()
  • References/Python/Python/Multimedia

aifc.getcompname() Return a bytes array convertible to a human-readable description of the type of compression used in the audio

2025-01-10 15:47:30
asyncio.Server.sockets
  • References/Python/Python/Inputouput

sockets List of

2025-01-10 15:47:30
asyncio.get_event_loop()
  • References/Python/Python/Inputouput

asyncio.get_event_loop() Equivalent to calling get_event_loop_policy().get_event_loop().

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

cte_type Controls the type of Content Transfer Encodings that may be or are required to be used. The possible values are:

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

header_store_parse(name, value) The email package calls this method with the name and value provided by the application program

2025-01-10 15:47:30
email.message.EmailMessage.set_content()
  • References/Python/Python/Internet Data

set_content(*args, content_manager=None, **kw) Call the set_content method of the content_manager, passing

2025-01-10 15:47:30
functools.partial.keywords
  • References/Python/Python/Functional Programming

partial.keywords The keyword arguments that will be supplied when the partial object is called.

2025-01-10 15:47:30
fileinput.isstdin()
  • References/Python/Python/File & Directory Access

fileinput.isstdin() Returns true if the last line was read from sys.stdin, otherwise returns false.

2025-01-10 15:47:30
filecmp.dircmp.subdirs
  • References/Python/Python/File & Directory Access

subdirs A dictionary mapping names in common_dirs to dircmp objects.

2025-01-10 15:47:30