Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Classes | Functions | Variables
pip._vendor.html5lib.serializer.htmlserializer Namespace Reference

Classes

class  HTMLSerializer
 

Functions

def htmlentityreplace_errors
 
def SerializeError
 

Variables

 _ = gettext.gettext
 
string spaceCharacters = ""
 
string unicode_encode_errors = "strict"
 
dictionary encode_entity_map = {}
 
tuple is_ucs4 = len("\U0010FFFF")
 
tuple v = utils.surrogatePairToCodepoint(v)
 

Function Documentation

def pip._vendor.html5lib.serializer.htmlserializer.htmlentityreplace_errors (   exc)
def pip._vendor.html5lib.serializer.htmlserializer.SerializeError (   Exception)
Error in serialized tree

Variable Documentation

pip._vendor.html5lib.serializer.htmlserializer._ = gettext.gettext
dictionary pip._vendor.html5lib.serializer.htmlserializer.encode_entity_map = {}
tuple pip._vendor.html5lib.serializer.htmlserializer.is_ucs4 = len("\U0010FFFF")
string pip._vendor.html5lib.serializer.htmlserializer.spaceCharacters = ""
string pip._vendor.html5lib.serializer.htmlserializer.unicode_encode_errors = "strict"
tuple pip._vendor.html5lib.serializer.htmlserializer.v = utils.surrogatePairToCodepoint(v)

Copyright 2014 Google Inc. All rights reserved.