Orbits
1
|
Namespaces | |
namespace | pip._vendor.requests.packages.chardet.constants |
Variables | |
int | pip._vendor.requests.packages.chardet.constants._debug = 0 |
BEGIN LICENSE BLOCK ######################## The Original Code is Mozilla Universal charset detector code. More... | |
int | pip._vendor.requests.packages.chardet.constants.eDetecting = 0 |
int | pip._vendor.requests.packages.chardet.constants.eFoundIt = 1 |
int | pip._vendor.requests.packages.chardet.constants.eNotMe = 2 |
int | pip._vendor.requests.packages.chardet.constants.eStart = 0 |
int | pip._vendor.requests.packages.chardet.constants.eError = 1 |
int | pip._vendor.requests.packages.chardet.constants.eItsMe = 2 |
float | pip._vendor.requests.packages.chardet.constants.SHORTCUT_THRESHOLD = 0.95 |
Copyright 2014 Google Inc. All rights reserved.