Django
1.0
▾ django
▸ __main__
▸ apps
▸ bin
▸ conf
▸ contrib
▸ core
▸ db
▸ dispatch
▸ forms
▸ http
▸ middleware
▸ shortcuts
▸ template
▸ templatetags
▾ test
▸ client
▾ html
class
Element
class
HTMLParseError
class
Parser
class
RootElement
▸ runner
▸ selenium
▸ signals
▸ testcases
▸ utils
▸ urls
▸ utils
▸ views
Class Parser
django
.
test
.
html
.
Parser
Declaration
class
Parser(HTMLParser)
source
link
Methods
▷
def
__init__
(
self
)
source
link
▷
def
current
(
self
)
@property
@property
def
current(
self
)
source
link
▷
def
error
(
self, msg
)
source
link
▷
def
format_position
(
self, position=None, element=None
)
source
link
▷
def
handle_data
(
self, data
)
source
link
▷
def
handle_endtag
(
self, tag
)
source
link
▷
def
handle_startendtag
(
self, tag, attrs
)
source
link
▷
def
handle_starttag
(
self, tag, attrs
)
source
link
Generated by
nedoc
v0.9 at 2020-12-29 14:04