Home
last modified time | relevance | path

Searched defs:codepoint2name (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/
Dhtmlentitydefs.py260 codepoint2name = {} variable
/external/python/cpython3/Lib/html/
Dentities.py2500 codepoint2name = {} variable
/external/python/mako/mako/
Dfilters.py58 def __init__(self, codepoint2name, name2codepoint): argument