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
views.generic.dates.BaseDateListView.get_date_list()
  • References/Python/Django/API/Date-based mixins

get_date_list(queryset, date_type=None, ordering='ASC') [source] Returns the list of dates

2025-01-10 15:47:30
http.server.BaseHTTPRequestHandler.send_response_only()
  • References/Python/Python/Internet

send_response_only(code, message=None) Sends the response header only, used for the purposes when 100 Continue

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

transform(coord_trans, clone=False) Transforms this geometry to a different spatial reference system. May take a CoordTransform

2025-01-10 15:47:30
asyncio.Condition.acquire()
  • References/Python/Python/Inputouput

coroutine acquire() Acquire the underlying lock. This method blocks until the lock is unlocked

2025-01-10 15:47:30
datetime.date.isocalendar()
  • References/Python/Python/Data Types

date.isocalendar() Return a 3-tuple, (ISO year, ISO week number, ISO weekday). The ISO calendar

2025-01-10 15:47:30
operator.
  • References/Python/Python/Functional Programming

operator.__eq__(a, b) operator.__ne__(a, b) operator.__ge__(a, b) operator

2025-01-10 15:47:30