Django
1.0
▾ django
▸ __main__
▸ apps
▸ bin
▸ conf
▸ contrib
▸ core
▸ db
▸ dispatch
▸ forms
▸ http
▸ middleware
▸ shortcuts
▸ template
▾ templatetags
▸ cache
▸ i18n
▸ l10n
▾ static
class
PrefixNode
class
StaticNode
▸ tz
▸ test
▸ urls
▸ utils
▸ views
Class StaticNode
django
.
templatetags
.
static
.
StaticNode
Declaration
class
StaticNode(
template.Node
)
source
link
Methods
▷
def
__init__
(
self, varname=None, path=None
)
source
link
▶
def
render
(
self, context
)
override
inherited doc
Return the node rendered as a string.
source
link
This method overrides
django
.
template
.
base
.
Node
.
render
.
▷
def
url
(
self, context
)
source
link
Class methods
▷
def
handle_simple
(
cls, path
)
@classmethod
@classmethod
def
handle_simple(
cls,
path,
)
source
link
▷
def
handle_token
(
cls, parser, token
)
@classmethod
Class method to parse prefix node and return a Node.
@classmethod
def
handle_token(
cls,
parser,
token,
)
source
link
Inherited methods
Methods inherited from
django
.
template
.
base
.
Node
:
__iter__
,
get_nodes_by_type
,
render_annotated
Generated by
nedoc
v0.9 at 2020-12-29 14:04