Let us walk on the 3-isogeny graph
|
Functions | |
_implementation () | |
info () | |
main () | |
Variables | |
charset_normalizer = None | |
chardet = None | |
pyopenssl = None | |
OpenSSL = None | |
cryptography = None | |
Module containing bug report helper(s).
|
protected |
Return a dict with the Python implementation and version. Provide both the name and the version of the Python implementation currently running. For example, on CPython 3.10.3 it will return {'name': 'CPython', 'version': '3.10.3'}. This function works best on CPython and PyPy: in particular, it probably doesn't work for Jython or IronPython. Future investigation should be done to work out the correct shape of the code for those platforms.
Definition at line 31 of file help.py.
References i.
Referenced by pip._vendor.requests.help.info().
info | ( | ) |
Generate information for a bug report.
Definition at line 66 of file help.py.
References pip._vendor.requests.help._implementation(), and i.
Referenced by pip._vendor.requests.help.main().
main | ( | ) |
Pretty-print the bug information as JSON.
Definition at line 125 of file help.py.
References i, pip._vendor.requests.help.info(), and pip._vendor.requests.help.main().
Referenced by pip._vendor.requests.help.main().