Let us walk on the 3-isogeny graph
Loading...
Searching...
No Matches
pip.__pip-runner__ Namespace Reference

Data Structures

class  PipImportRedirectingFinder
 

Functions

 version_str (version)
 

Variables

tuple PYTHON_REQUIRES = (3, 7)
 
 PIP_SOURCES_ROOT = dirname(dirname(__file__))
 
 run_name
 
 alter_sys
 

Function Documentation

◆ version_str()

version_str (   version)

Definition at line 15 of file __pip-runner__.py.

15def version_str(version): # type: ignore
16 return ".".join(str(v) for v in version)
17
18

References i, and pip.__pip-runner__.version_str().

Referenced by pip.__pip-runner__.version_str().

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ alter_sys

alter_sys

Definition at line 50 of file __pip-runner__.py.

◆ PIP_SOURCES_ROOT

PIP_SOURCES_ROOT = dirname(dirname(__file__))

Definition at line 33 of file __pip-runner__.py.

◆ PYTHON_REQUIRES

tuple PYTHON_REQUIRES = (3, 7)

Definition at line 12 of file __pip-runner__.py.

◆ run_name

run_name

Definition at line 50 of file __pip-runner__.py.