xml.dom.SyntaxErr
  • References/Python/Python/Structured Markup

exception xml.dom.SyntaxErr Raised when an invalid or illegal string is specified.

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

time.strptime(string[, format]) Parse a string representing a time according to a format. The return value is a struct_time

2025-01-10 15:47:30
urllib.parse.urlparse()
  • References/Python/Python/Internet

urllib.parse.urlparse(urlstring, scheme='', allow_fragments=True) Parse a URL into six components, returning a 6-tuple. This

2025-01-10 15:47:30
weakref.WeakKeyDictionary
  • References/Python/Python/Data Types

class weakref.WeakKeyDictionary([dict]) Mapping class that references keys weakly. Entries in the dictionary will be discarded

2025-01-10 15:47:30
faulthandler.enable()
  • References/Python/Python/Debugging & Profiling

faulthandler.enable(file=sys.stderr, all_threads=True) Enable the fault handler: install handlers for the SIGSEGV

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

Dialect.doublequote Controls how instances of quotechar appearing inside a field should themselves be quoted. When

2025-01-10 15:47:30
sys.
  • References/Python/Python/Runtime

sys.__stdin__ sys.__stdout__ sys.__stderr__ These objects contain the

2025-01-10 15:47:30
curses.window.attron()
  • References/Python/Python/Operating System

window.attron(attr) Add attribute attr from the “background” set applied to all writes to the current window.

2025-01-10 15:47:30
cgi.parse_multipart()
  • References/Python/Python/Internet

cgi.parse_multipart(fp, pdict) Parse input of type multipart/form-data (for file uploads). Arguments

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

aifc.getparams() Returns a

2025-01-10 15:47:30