Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Classes | Namespaces | Variables
constants.py File Reference

Classes

class  pip._vendor.html5lib.constants.DataLossWarning
 
class  pip._vendor.html5lib.constants.ReparseException
 

Namespaces

namespace  pip._vendor.html5lib.constants
 

Variables

 pip._vendor.html5lib.constants._ = gettext.gettext
 
 pip._vendor.html5lib.constants.EOF = None
 
dictionary pip._vendor.html5lib.constants.E
 
dictionary pip._vendor.html5lib.constants.namespaces
 
tuple pip._vendor.html5lib.constants.scopingElements
 
tuple pip._vendor.html5lib.constants.formattingElements
 
tuple pip._vendor.html5lib.constants.specialElements
 
tuple pip._vendor.html5lib.constants.htmlIntegrationPointElements
 
tuple pip._vendor.html5lib.constants.mathmlTextIntegrationPointElements
 
dictionary pip._vendor.html5lib.constants.adjustForeignAttributes
 
tuple pip._vendor.html5lib.constants.unadjustForeignAttributes
 
tuple pip._vendor.html5lib.constants.spaceCharacters
 
tuple pip._vendor.html5lib.constants.tableInsertModeElements
 
tuple pip._vendor.html5lib.constants.asciiLowercase = frozenset(string.ascii_lowercase)
 
tuple pip._vendor.html5lib.constants.asciiUppercase = frozenset(string.ascii_uppercase)
 
tuple pip._vendor.html5lib.constants.asciiLetters = frozenset(string.ascii_letters)
 
tuple pip._vendor.html5lib.constants.digits = frozenset(string.digits)
 
tuple pip._vendor.html5lib.constants.hexDigits = frozenset(string.hexdigits)
 
tuple pip._vendor.html5lib.constants.asciiUpper2Lower
 
tuple pip._vendor.html5lib.constants.headingElements
 
tuple pip._vendor.html5lib.constants.voidElements
 
tuple pip._vendor.html5lib.constants.cdataElements = frozenset(('title', 'textarea'))
 
tuple pip._vendor.html5lib.constants.rcdataElements
 
dictionary pip._vendor.html5lib.constants.booleanAttributes
 
tuple pip._vendor.html5lib.constants.entitiesWindows1252
 
tuple pip._vendor.html5lib.constants.xmlEntities = frozenset(('lt;', 'gt;', 'amp;', 'apos;', 'quot;'))
 
dictionary pip._vendor.html5lib.constants.entities
 
dictionary pip._vendor.html5lib.constants.replacementCharacters
 
dictionary pip._vendor.html5lib.constants.encodings
 
dictionary pip._vendor.html5lib.constants.tokenTypes
 
tuple pip._vendor.html5lib.constants.tagTokenTypes
 
tuple pip._vendor.html5lib.constants.prefixes = dict([(v, k) for k, v in namespaces.items()])
 

Copyright 2014 Google Inc. All rights reserved.