Let us walk on the 3-isogeny graph
|
Data Structures | |
class | IndexGroupCommand |
class | RequirementCommand |
class | SessionCommandMixin |
Functions | |
Optional["SSLContext"] | _create_truststore_ssl_context () |
None | warn_if_run_as_root () |
Any | with_cleanup (Any func) |
Variables | |
logger = logging.getLogger(__name__) | |
list | KEEPABLE_TEMPDIR_TYPES |
tempdir_registry | |
Contains the Command base classes that depend on PipSession. The classes in this module are in a separate module so the commands not needing download / PackageFinder capability don't unnecessarily import the PackageFinder machinery and all its vendored dependencies, etc.
|
protected |
Definition at line 50 of file req_command.py.
References i.
Referenced by SessionCommandMixin._build_session().
None warn_if_run_as_root | ( | ) |
Output a warning for sudo users on Unix. In a virtual environment, sudo pip still writes to virtualenv. On Windows, users may run pip as Administrator without issues. This warning only applies to Unix root users outside of virtualenv.
Definition at line 201 of file req_command.py.
References i.
Any with_cleanup | ( | Any | func | ) |
Decorator for common logic related to managing temporary directories.
Definition at line 231 of file req_command.py.
References i.
list KEEPABLE_TEMPDIR_TYPES |
Definition at line 194 of file req_command.py.
logger = logging.getLogger(__name__) |
Definition at line 47 of file req_command.py.
tempdir_registry |
Definition at line 245 of file req_command.py.