turtle.backward()
  • References/Python/Python/Frameworks

turtle.backward(distance)

2025-01-10 15:47:30
importlib.
  • References/Python/Python/Importing

importlib.__import__(name, globals=None, locals=None, fromlist=(), level=0) An implementation of the built-in

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
views.generic.edit.FormMixin.get_form_class()
  • References/Python/Django/API/Editing mixins

get_form_class() Retrieve the form class to instantiate. By default form_class.

2025-01-10 15:47:30
shutil.register_archive_format()
  • References/Python/Python/File & Directory Access

shutil.register_archive_format(name, function[, extra_args[, description]]) Register an archiver for the format name

2025-01-10 15:47:30
gis.db.models.GeometryField.geography
  • References/Python/Django/API/GeoDjango Model API

GeometryField.geography If set to True, this option will create a database column of type geography, rather than

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
os.readlink()
  • References/Python/Python/Operating System

os.readlink(path, *, dir_fd=None) Return a string representing the path to which the symbolic link points. The result may be

2025-01-10 15:47:30
os.error
  • References/Python/Python/Operating System

exception os.error An alias for the built-in

2025-01-10 15:47:30