Package tdi :: Module _htmlentities
[frames] | no frames]

Module _htmlentities

source code

HTML5 named character references

HTML5 named character references.


Copyright: Copyright 2012 - 2015 André Malo or his licensors, as applicable

License:

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Author: André Malo

Variables
  __doc__ = __doc__.encode('ascii').decode('unicode_escape')
dict htmlentities = {u'AElig': u'Æ', u'AMP': u'&', u'Aacute': u'Á',...
HTML named character references, generated from the HTML5 spec.
  __package__ = None
hash(x)
Variables Details

__doc__

Value:
__doc__.encode('ascii').decode('unicode_escape')

htmlentities

HTML named character references, generated from the HTML5 spec.

Type:
dict
Value:
{u'AElig': u'Æ',
 u'AMP': u'&',
 u'Aacute': u'Á',
 u'Abreve': u'Ă',
 u'Acirc': u'Â',
 u'Acy': u'А',
 u'Afr': u'𝔄',
 u'Agrave': u'À',
...

__package__

hash(x)

Value:
None