Django
1.0
▾ django
▸ __main__
▸ apps
▸ bin
▸ conf
▸ contrib
▾ core
▸ asgi
▸ cache
▸ checks
▸ exceptions
▾ files
▾ base
class
ContentFile
class
File
▸ images
▸ locks
▸ move
▸ storage
▸ temp
▸ uploadedfile
▸ uploadhandler
▸ utils
▸ handlers
▸ mail
▸ management
▸ paginator
▸ serializers
▸ servers
▸ signals
▸ signing
▸ validators
▸ wsgi
▸ db
▸ dispatch
▸ forms
▸ http
▸ middleware
▸ shortcuts
▸ template
▸ templatetags
▸ test
▸ urls
▸ utils
▸ views
Module base
django
.
core
.
files
.
base
source
link
Classes
class
ContentFile
A File-like object that takes just raw content, rather than an actual file.
class
File
Functions
▷
def
endswith_cr
(
line
)
Return True if line (a text or bytestring) ends with ' '.
source
link
▷
def
endswith_lf
(
line
)
Return True if line (a text or bytestring) ends with ' '.
source
link
▷
def
equals_lf
(
line
)
Return True if line (a text or bytestring) equals ' '.
source
link
Generated by
nedoc
v0.9 at 2020-12-29 14:04