Let us walk on the 3-isogeny graph
Loading...
Searching...
No Matches
manifest.py File Reference

Go to the source code of this file.

Data Structures

class  Manifest
 

Namespaces

namespace  pip
 
namespace  pip._vendor
 
namespace  pip._vendor.distlib
 
namespace  pip._vendor.distlib.manifest
 

Variables

 logger = logging.getLogger(__name__)
 
 _COLLAPSE_PATTERN = re.compile('\\\\w*\n', re.M)
 
 _COMMENTED_LINE = re.compile('#.*?(?=\n)|\n(?=$)', re.M | re.S)
 
 _PYTHON_VERSION = sys.version_info[:2]