Server IP : 192.158.238.246 / Your IP : 18.218.221.53 Web Server : LiteSpeed System : Linux uniform.iwebfusion.net 4.18.0-553.27.1.lve.1.el8.x86_64 #1 SMP Wed Nov 20 15:58:00 UTC 2024 x86_64 User : jenniferflocom ( 1321) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /opt/cloudlinux/venv/lib/python3.11/site-packages/requests/__pycache__/ |
Upload File : |
� ��bg# � � � d Z ddlZddlZddlZddlZddlZddlZddlmZ ddl Z n # e$ r dZ Y nw xY w ddlZn # e$ r dZY nw xY w ddl mZ ddlZddlZn# e$ r dZdZdZY nw xY wd� Zd� Zd� Zed k r e� � dS dS ) z'Module containing bug report helper(s).� N� )�__version__)� pyopensslc �� � t j � � } | dk rt j � � }n�| dk r�d� t j j t j j t j j � � }t j j dk r&d� |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 �^/builddir/build/BUILD/cloudlinux-venv-1.0.7/venv/lib/python3.11/site-packages/requests/help.py�_implementationr "