_save(name, content) Called by Storage.save(). The name will already have gone through get_valid_name()
Django ships with a variety of extra, optional tools that solve common problems (contrib.*). For easier maintenance and to trim the size of the codebase, a few
has_perm(perm, obj=None) Returns True if the user has the specified permission, where perm is in the
operator.length_hint(obj, default=0) Return an estimated length for the object o. First try to return its actual length
inspect.ismodule(object) Return true if the object is a module.
@typing.no_type_check(arg) Decorator to indicate that annotations are not type hints. The argument
MaskedArray.__imod__ x.__imod__(y) <==> x%=y
HttpResponse.closed True if the response has been closed.
read_file(f, source=None) Read and parse configuration data from f which must be an iterable yielding Unicode strings
ModelAdmin.has_module_permission(request) Should return True if displaying the module on the admin index page and
Page 62 of 100