lzma.LZMAError
  • References/Python/Python/Data Compression

exception lzma.LZMAError This exception is raised when an error occurs during compression or decompression, or while initializing

2025-01-10 15:47:30
collections.UserDict.data
  • References/Python/Python/Data Types

data A real dictionary used to store the contents of the UserDict class.

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

Document.createAttribute(name) Create and return an attribute node. This method does not associate the attribute node with any

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

discard(key) Delete the message corresponding to key from the mailbox. If no such message

2025-01-10 15:47:30
trace.CoverageResults.update()
  • References/Python/Python/Debugging & Profiling

update(other) Merge in data from another CoverageResults object.

2025-01-10 15:47:30
http.cookiejar.FileCookieJar.load()
  • References/Python/Python/Internet

FileCookieJar.load(filename=None, ignore_discard=False, ignore_expires=False) Load cookies from a file. Old

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

plistlib.writePlist(rootObject, pathOrFile) Write rootObject to an XML plist file. pathOrFile may be either

2025-01-10 15:47:30
pathlib.PurePath.joinpath()
  • References/Python/Python/File & Directory Access

PurePath.joinpath(*other) Calling this method is equivalent to combining the path with each of the other arguments

2025-01-10 15:47:30
str.isidentifier()
  • References/Python/Python/Built-in Types

str.isidentifier() Return true if the string is a valid identifier according to the language definition, section Identifiers

2025-01-10 15:47:30
wsgiref.headers.Headers.get_all()
  • References/Python/Python/Internet

get_all(name) Return a list of all the values for the named header. The returned list will be

2025-01-10 15:47:30