Let us walk on the 3-isogeny graph
Loading...
Searching...
No Matches
pip._vendor.distlib.manifest Namespace Reference

Data Structures

class  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]
 

Detailed Description

Class representing the list of files in a distribution.

Equivalent to distutils.filelist, but fixes some problems.

Variable Documentation

◆ _COLLAPSE_PATTERN

_COLLAPSE_PATTERN = re.compile('\\\\w*\n', re.M)
protected

Definition at line 27 of file manifest.py.

◆ _COMMENTED_LINE

_COMMENTED_LINE = re.compile('#.*?(?=\n)|\n(?=$)', re.M | re.S)
protected

Definition at line 28 of file manifest.py.

◆ _PYTHON_VERSION

_PYTHON_VERSION = sys.version_info[:2]
protected

Definition at line 35 of file manifest.py.

◆ logger

logger = logging.getLogger(__name__)

Definition at line 24 of file manifest.py.