plistlib.load()
  • References/Python/Python/File Formats

plistlib.load(fp, *, fmt=None, use_builtin_types=True, dict_type=dict) Read a plist file. fp should be a readable and

2025-01-10 15:47:30
shlex.quote()
  • References/Python/Python/Frameworks

shlex.quote(s) Return a shell-escaped version of the string s. The returned value is a string that can safely be used

2025-01-10 15:47:30
datetime.timezone.utc
  • References/Python/Python/Data Types

timezone.utc The UTC timezone, timezone(timedelta(0)).

2025-01-10 15:47:30
auth.models.User.email_user()
  • References/Python/Django/API/contrib packages/django.contrib.auth

email_user(subject, message, from_email=None, **kwargs) Sends an email to the user. If from_email is None

2025-01-10 15:47:30
views.generic.dates.BaseDateDetailView
  • References/Python/Django/API/Built-in class-based views API/Generic date views

class BaseDateDetailView [source]

2025-01-10 15:47:30
xml.parsers.expat.xmlparser.StartNamespaceDeclHandler()
  • References/Python/Python/Structured Markup

xmlparser.StartNamespaceDeclHandler(prefix, uri) Called when an element contains a namespace declaration. Namespace declarations

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

class csv.DictWriter(csvfile, fieldnames, restval='', extrasaction='raise', dialect='excel', *args, **kwds) Create an object

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
msilib.RadioButtonGroup.add()
  • References/Python/Python/MS Windows

add(name, x, y, width, height, text, value=None) Add a radio button named name to the group, at the coordinates x

2025-01-10 15:47:30
threading.get_ident()
  • References/Python/Python/Concurrent Execution

threading.get_ident() Return the ‘thread identifier’ of the current thread. This is a nonzero integer. Its value has no direct

2025-01-10 15:47:30