|
Let us walk on the 3-isogeny graph
|
Data Structures | |
| class | _Prefix |
| class | BuildEnvironment |
| class | NoOpBuildEnvironment |
Functions | |
| Union[Tuple[str], Tuple[str, str]] | _dedup (str a, str b) |
| str | get_runnable_pip () |
| Set[str] | _get_system_sitepackages () |
Variables | |
| logger = logging.getLogger(__name__) | |
Build Environment used for isolation during sdist building
|
protected |
Definition at line 31 of file build_env.py.
|
protected |
Get system site packages Usually from site.getsitepackages, but fallback on `get_purelib()/get_platlib()` if unavailable (e.g. in a virtualenv created by virtualenv<20) Returns normalized set of strings.
Definition at line 60 of file build_env.py.
References i.
| str get_runnable_pip | ( | ) |
Get a file to pass to a Python executable, to run the currently-running pip. This is used to run a pip subprocess, for installing requirements into the build environment.
Definition at line 44 of file build_env.py.
References i.
Referenced by BuildEnvironment.install_requirements().

| logger = logging.getLogger(__name__) |
Definition at line 28 of file build_env.py.