|
Let us walk on the 3-isogeny graph
|
Go to the source code of this file.
Data Structures | |
| class | Subversion |
Namespaces | |
| namespace | pip |
| namespace | pip._internal |
| namespace | pip._internal.vcs |
| namespace | pip._internal.vcs.subversion |
Variables | |
| logger = logging.getLogger(__name__) | |
| _svn_xml_url_re = re.compile('url="([^"]+)"') | |
| _svn_rev_re = re.compile(r'committed-rev="(\d+)"') | |
| _svn_info_xml_rev_re = re.compile(r'\s*revision="(\d+)"') | |
| _svn_info_xml_url_re = re.compile(r"<url>(.*)</url>") | |