netrc.netrc
  • References/Python/Python/File Formats

class netrc.netrc([file]) A netrc instance or subclass instance encapsulates data from a netrc file. The initialization

2025-01-10 15:47:30
xml.sax.xmlreader.InputSource.setCharacterStream()
  • References/Python/Python/Structured Markup

InputSource.setCharacterStream(charfile) Set the character stream (a text file) for this

2025-01-10 15:47:30
getopt.GetoptError
  • References/Python/Python/Operating System

exception getopt.GetoptError This is raised when an unrecognized option is found in the argument list or when an option requiring

2025-01-10 15:47:30
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
auth.validators.UnicodeUsernameValidator
  • References/Python/Django/API/contrib packages/django.contrib.auth

class validators.UnicodeUsernameValidator New in Django 1.10.

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