Orbits
1
|
Classes | |
class | Manifest |
Variables | |
list | __all__ = ['Manifest'] |
tuple | logger = logging.getLogger(__name__) |
tuple | _COLLAPSE_PATTERN = re.compile('\\\w*\n', re.M) |
tuple | _COMMENTED_LINE = re.compile('#.*?(?=\n)|\n(?=$)', re.M | re.S) |
list pip._vendor.distlib.manifest.__all__ = ['Manifest'] |
tuple pip._vendor.distlib.manifest._COLLAPSE_PATTERN = re.compile('\\\w*\n', re.M) |
tuple pip._vendor.distlib.manifest._COMMENTED_LINE = re.compile('#.*?(?=\n)|\n(?=$)', re.M | re.S) |
tuple pip._vendor.distlib.manifest.logger = logging.getLogger(__name__) |
Copyright 2014 Google Inc. All rights reserved.