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
ipaddress.IPv6Address.is_global
  • References/Python/Python/Internet

is_global

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

formatyearpage(theyear, width=3, css='calendar.css', encoding=None) Return a year’s calendar as a complete HTML page. width

2025-01-10 15:47:30
sqlite3.Connection.execute()
  • References/Python/Python/Data Persistence

execute(sql[, parameters]) This is a nonstandard shortcut that creates a cursor object by calling the cursor()

2025-01-10 15:47:30
email.utils.formatdate()
  • References/Python/Python/Internet Data

email.utils.formatdate(timeval=None, localtime=False, usegmt=False) Returns a date string as per

2025-01-10 15:47:30
views.generic.edit.DeletionMixin.get_success_url()
  • References/Python/Django/API/Editing mixins

get_success_url() Returns the url to redirect to when the nominated object has been successfully deleted. Returns success_url

2025-01-10 15:47:30
gis.gdal.OGRGeometry.contains()
  • References/Python/Django/API/GDAL API

contains(other) Returns True if this geometry contains the other, otherwise returns False.

2025-01-10 15:47:30
configparser.BOOLEAN_STATES
  • References/Python/Python/File Formats

configparser.BOOLEAN_STATES By default when using getboolean(), config parsers consider the following values True:

2025-01-10 15:47:30
netrc.NetrcParseError
  • References/Python/Python/File Formats

exception netrc.NetrcParseError Exception raised by the netrc class when syntactical errors are encountered in

2025-01-10 15:47:30
unittest.FunctionTestCase
  • References/Python/Python/Development Tools

class unittest.FunctionTestCase(testFunc, setUp=None, tearDown=None, description=None) This class implements the portion of

2025-01-10 15:47:30