|
Let us walk on the 3-isogeny graph
|
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] | |
Class representing the list of files in a distribution. Equivalent to distutils.filelist, but fixes some problems.
|
protected |
Definition at line 27 of file manifest.py.
|
protected |
Definition at line 28 of file manifest.py.
|
protected |
Definition at line 35 of file manifest.py.
| logger = logging.getLogger(__name__) |
Definition at line 24 of file manifest.py.