Let us walk on the 3-isogeny graph
|
Data Structures | |
class | _PackageInfo |
class | ShowCommand |
Functions | |
Generator[_PackageInfo, None, None] | search_packages_info (List[str] query) |
bool | print_results (Iterable[_PackageInfo] distributions, bool list_files, bool verbose) |
Variables | |
logger = logging.getLogger(__name__) | |
bool print_results | ( | Iterable[_PackageInfo] | distributions, |
bool | list_files, | ||
bool | verbose | ||
) |
Print the information from installed distributions found.
Definition at line 141 of file show.py.
References i.
Referenced by ShowCommand.run().
Generator[_PackageInfo, None, None] search_packages_info | ( | List[str] | query | ) |
Gather details from installed distributions. Print distribution name, version, location, and installed files. Installed files requires a pip generated 'installed-files.txt' in the distributions '.egg-info' directory.
Definition at line 72 of file show.py.
References i.
Referenced by ShowCommand.run().