instance.
  • References/Python/Python/Built-in Types

instance.__class__ The class to which a class instance belongs.

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

platform.java_ver(release='', vendor='', vminfo=('', '', ''), osinfo=('', '', '')) Version interface for Jython.

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

set_from(from_, time_=None) Set the “From ” line to from_, which should be specified without a leading “From ” or trailing

2025-01-10 15:47:30
nntplib.NNTP.list()
  • References/Python/Python/Internet

NNTP.list(group_pattern=None, *, file=None) Send a LIST or LIST ACTIVE command. Return a pair (response

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

register_defect(obj, defect) Register a defect on obj. In the email package, defect will always be

2025-01-10 15:47:30
xml.dom.Element.setAttributeNS()
  • References/Python/Python/Structured Markup

Element.setAttributeNS(namespaceURI, qname, value) Set an attribute value from a string, given a namespaceURI and a

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

os.setxattr(path, attribute, value, flags=0, *, follow_symlinks=True) Set the extended filesystem attribute attribute

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

get_file(key) Using the file after calling flush() or close() on the mbox instance may

2025-01-10 15:47:30
io.IOBase.writelines()
  • References/Python/Python/Operating System

writelines(lines) Write a list of lines to the stream. Line separators are not added, so it is usual for each of the lines provided

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

aifc.getframerate() Return the sampling rate (number of audio frames per second).

2025-01-10 15:47:30