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

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)
 

Variable Documentation

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.