Home
last modified time | relevance | path

Searched refs:do_tag (Results 1 – 3 of 3) sorted by relevance

/external/iperf3/
Dmake_release22 do_tag () function
64 tag) do_tag ;;
/external/python/cpython2/Doc/library/
Dsgmllib.rst93 or :meth:`do_tag` method has been defined. The *tag* argument is the name of
248 :meth:`do_tag`. The *attributes* argument has the same meaning as described for
252 .. method:: SGMLParser.do_tag(attributes)
268 tags processed by :meth:`do_tag` or by :meth:`unknown_tag`, no :meth:`end_tag`
270 :meth:`start_tag` and :meth:`do_tag` methods exist for a tag, the
Dhtmllib.rst52 and define methods called :meth:`start_tag`, :meth:`end_tag`, or :meth:`do_tag`.
54 :meth:`do_tag` is called when an opening tag of the form ``<tag ...>`` is
59 :meth:`do_tag` method.