March 2003
Intermediate to advanced
656 pages
39h 30m
English
handle_endtag
s.handle_endtag(tag,method)Called to handle termination tags for which
X supplies methods named
start_
tag and
end_
tag.
tag is the tag string, lowercased.
method is the bound method for
end_
tag.
SGMLParser’s implementation of
handle_endtag calls
method
( ).