![]() |
Qucs-S S-parameter Viewer & RF Synthesis Tools
|
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] | |
Class representing the list of files in a distribution. Equivalent to distutils.filelist, but fixes some problems.