htmlentitydefs
index
/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/htmlentitydefs.py
Module Docs

HTML character entity references.

 
Data
        codepoint2name = {34: 'quot', 38: 'amp', 60: 'lt', 62: 'gt', 160: 'nbsp', 161: 'iexcl', 162: 'cent', 163: 'pound', 164: 'curren', 165: 'yen', ...}
entitydefs = {'AElig': '\xc6', 'Aacute': '\xc1', 'Acirc': '\xc2', 'Agrave': '\xc0', 'Alpha': 'Α', 'Aring': '\xc5', 'Atilde': '\xc3', 'Auml': '\xc4', 'Beta': 'Β', 'Ccedil': '\xc7', ...}
name2codepoint = {'AElig': 198, 'Aacute': 193, 'Acirc': 194, 'Agrave': 192, 'Alpha': 913, 'Aring': 197, 'Atilde': 195, 'Auml': 196, 'Beta': 914, 'Ccedil': 199, ...}