Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Classes | Variables
pip._vendor.distlib.manifest Namespace Reference

Classes

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.