xml.sax.saxutils.quoteattr()
  • References/Python/Python/Structured Markup

xml.sax.saxutils.quoteattr(data, entities={}) Similar to escape(), but also prepares data to be used as

2025-01-10 15:47:30
xml.etree.ElementTree.TreeBuilder
  • References/Python/Python/Structured Markup

class xml.etree.ElementTree.TreeBuilder(element_factory=None) Generic element structure builder. This builder converts a sequence

2025-01-10 15:47:30
calendar.TextCalendar.prmonth()
  • References/Python/Python/Data Types

prmonth(theyear, themonth, w=0, l=0) Print a month’s calendar as returned by formatmonth().

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

Document.createProcessingInstruction(target, data) Create and return a processing instruction node containing the target

2025-01-10 15:47:30
tempfile.tempdir
  • References/Python/Python/File & Directory Access

tempfile.tempdir When set to a value other than None, this variable defines the default value for the dir

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

pdb.pm() Enter post-mortem debugging of the traceback found in

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

turtle.backward(distance)

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

plistlib.writePlistToBytes(rootObject) Return rootObject as an XML plist-formatted bytes object.

2025-01-10 15:47:30
ssl.OP_NO_SSLv3
  • References/Python/Python/Networking

ssl.OP_NO_SSLv3 Prevents an SSLv3 connection. This option is only applicable in conjunction with PROTOCOL_SSLv23

2025-01-10 15:47:30
PermissionError
  • References/Python/Python/Built-in Exceptions

exception PermissionError Raised when trying to run an operation without the adequate access rights - for example filesystem

2025-01-10 15:47:30