/usr/local/lib/python3.6/site-packages/requests/__pycache__
NameSizeModeActions
adapters.cpython-36.pyc169160644editdlrm
api.cpython-36.pyc66370644editdlrm
auth.cpython-36.pyc83020644editdlrm
certs.cpython-36.pyc5710644editdlrm
compat.cpython-36.pyc17750644editdlrm
cookies.cpython-36.pyc187370644editdlrm
exceptions.cpython-36.pyc58810644editdlrm
help.cpython-36.pyc27990644editdlrm
hooks.cpython-36.pyc9300644editdlrm
models.cpython-36.pyc245670644editdlrm
packages.cpython-36.pyc6710644editdlrm
sessions.cpython-36.pyc196150644editdlrm
status_codes.cpython-36.pyc47870644editdlrm
structures.cpython-36.pyc43590644editdlrm
utils.cpython-36.pyc241210644editdlrm
_internal_utils.cpython-36.pyc12580644editdlrm
__init__.cpython-36.pyc38700644editdlrm
__version__.cpython-36.pyc5050644editdlrm
Edit: /usr/local/lib/python3.6/site-packages/requests/__pycache__/help.cpython-36.pyc (2799B)
3 Eg@sdZddlmZddlZddlZddlZddlZddlZddlZddl m Z y ddl Z Wne k rpdZ YnXy ddlZWne k rdZYnXyddlmZWn e k rdZdZdZYnXddlZddlZddZd d Zd d Zed kredS)z'Module containing bug report helper(s).)print_functionN) __version__) pyopensslcCstj}|dkrtj}nj|dkr\dtjjtjjtjjf}tjjdkrdj |tjjg}n(|dkrntj}n|dkrtj}nd}||d S) aReturn 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 2.7.5 it will return {'name': 'CPython', 'version': '2.7.5'}. 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. CPythonPyPyz%s.%s.%sfinalJython IronPythonUnknown)nameversion) platformpython_implementationpython_versionsyspypy_version_infomajorminormicro releaseleveljoin)implementationimplementation_versionr7/usr/local/lib/python3.6/site-packages/requests/help.py_implementation#s      rc Csytjtjd}Wntk r4ddd}YnXt}dtji}ddi}ddi}trddtji}trrdtji}ddd}t rt jdt j j d}dt t ddi}dt tddi}tj }d|dk rd|ndi} ||| tdk tdk||||||dtid S) z&Generate information for a bug report.)systemreleaser rNr )ropenssl_versionz%xr) rr system_sslZusing_pyopensslZusing_charset_normalizerZ pyOpenSSLurllib3chardetcharset_normalizer cryptographyidnarequests)rrrIOErrorrr"rr$r#OpenSSLZSSLOPENSSL_VERSION_NUMBERgetattrr%r&sslrrequests_version) Z platform_infoZimplementation_infoZ urllib3_infoZcharset_normalizer_infoZ chardet_infoZpyopenssl_infoZcryptography_infoZ idna_infor!Zsystem_ssl_inforrrinfoDsF   r.cCsttjtddddS)z)Pretty-print the bug information as JSON.T) sort_keysindentN)printjsondumpsr.rrrrmainsr5__main__)__doc__ __future__rr3rrr,r&r"r rr-r$ ImportErrorr#Zurllib3.contribrr)r%rr.r5__name__rrrrs:       !=