Let us walk on the 3-isogeny graph
Loading...
Searching...
No Matches
pip._internal.cli.status_codes Namespace Reference

Variables

int SUCCESS = 0
 
int ERROR = 1
 
int UNKNOWN_ERROR = 2
 
int VIRTUALENV_NOT_FOUND = 3
 
int PREVIOUS_BUILD_DIR_ERROR = 4
 
int NO_MATCHES_FOUND = 23
 

Variable Documentation

◆ ERROR

int ERROR = 1

Definition at line 2 of file status_codes.py.

◆ NO_MATCHES_FOUND

int NO_MATCHES_FOUND = 23

Definition at line 6 of file status_codes.py.

◆ PREVIOUS_BUILD_DIR_ERROR

int PREVIOUS_BUILD_DIR_ERROR = 4

Definition at line 5 of file status_codes.py.

◆ SUCCESS

int SUCCESS = 0

Definition at line 1 of file status_codes.py.

◆ UNKNOWN_ERROR

int UNKNOWN_ERROR = 2

Definition at line 3 of file status_codes.py.

◆ VIRTUALENV_NOT_FOUND

int VIRTUALENV_NOT_FOUND = 3

Definition at line 4 of file status_codes.py.