Home
last modified time | relevance | path

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

/external/markdown/markdown/
Dhtml4.py114 def _escape_attrib_html(text, encoding): function
153 v = _escape_attrib_html(v, encoding)
/external/python/cpython3/Lib/xml/etree/
DElementTree.py990 v = _escape_attrib_html(v)
1105 def _escape_attrib_html(text): function
/external/python/cpython2/Lib/xml/etree/
DElementTree.py987 v = _escape_attrib_html(v, encoding)
1094 def _escape_attrib_html(text, encoding): function