Orbits
1
|
Namespaces | |
namespace | pip._vendor.html5lib.inputstream |
Functions | |
def | pip._vendor.html5lib.inputstream.HTMLInputStream |
def | pip._vendor.html5lib.inputstream.codecName |
Variables | |
pip._vendor.html5lib.inputstream.BytesIO = StringIO | |
tuple | pip._vendor.html5lib.inputstream.spaceCharactersBytes = frozenset([item.encode("ascii") for item in spaceCharacters]) |
tuple | pip._vendor.html5lib.inputstream.asciiLettersBytes = frozenset([item.encode("ascii") for item in asciiLetters]) |
tuple | pip._vendor.html5lib.inputstream.asciiUppercaseBytes = frozenset([item.encode("ascii") for item in asciiUppercase]) |
tuple | pip._vendor.html5lib.inputstream.spacesAngleBrackets = spaceCharactersBytes|frozenset([b">", b"<"]) |
tuple | pip._vendor.html5lib.inputstream.invalid_unicode_re = re.compile("[\u0001-\u0008\u000B\u000E-\u001F\u007F-\u009F\uD800-\uDFFF\uFDD0-\uFDEF\uFFFE\uFFFF\U0001FFFE\U0001FFFF\U0002FFFE\U0002FFFF\U0003FFFE\U0003FFFF\U0004FFFE\U0004FFFF\U0005FFFE\U0005FFFF\U0006FFFE\U0006FFFF\U0007FFFE\U0007FFFF\U0008FFFE\U0008FFFF\U0009FFFE\U0009FFFF\U000AFFFE\U000AFFFF\U000BFFFE\U000BFFFF\U000CFFFE\U000CFFFF\U000DFFFE\U000DFFFF\U000EFFFE\U000EFFFF\U000FFFFE\U000FFFFF\U0010FFFE\U0010FFFF]") |
tuple | pip._vendor.html5lib.inputstream.non_bmp_invalid_codepoints |
tuple | pip._vendor.html5lib.inputstream.ascii_punctuation_re = re.compile("[\u0009-\u000D\u0020-\u002F\u003A-\u0040\u005B-\u0060\u007B-\u007E]") |
dictionary | pip._vendor.html5lib.inputstream.charsUntilRegEx = {} |
Copyright 2014 Google Inc. All rights reserved.