Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Classes | Namespaces | Variables
manifest.py File Reference

Classes

class  pip._vendor.distlib.manifest.Manifest
 

Namespaces

namespace  pip._vendor.distlib.manifest
 

Variables

list pip._vendor.distlib.manifest.__all__ = ['Manifest']
 
tuple pip._vendor.distlib.manifest.logger = logging.getLogger(__name__)
 
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)
 

Copyright 2014 Google Inc. All rights reserved.