| Server IP : 93.115.150.27 / Your IP : 216.73.216.221 Web Server : LiteSpeed System : Linux host2.azar.host 4.18.0-553.80.1.lve.el8.x86_64 #1 SMP Wed Oct 22 19:29:36 UTC 2025 x86_64 User : dorfakkh ( 1797) PHP Version : 8.1.34 Disable Function : show_source, system, passthru, exec, popen, proc_open, mail MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /opt/alt/python27/lib/python2.7/site-packages/setuptools/ |
Upload File : |
�
��Rec @ s� d Z d d l Z d d l Z d d l Z d d l Z d d l Z d d l Z d d l m Z d d l
m Z d d l Z g Z
d � Z d � Z d � Z d � Z d
� Z d � Z d � Z d
� Z d � Z d S( s
Monkey patching of distutils.
i����Ni ( t
import_module( t sixc C s- t j � d k r | f | j St j | � S( sm
Returns the bases classes for cls sorted by the MRO.
Works around an issue on Jython where inspect.getmro will not return all
base classes if multiple classes share the same name. Instead, this
function will return a tuple containing the class itself, and the contents
of cls.__bases__. See https://github.com/pypa/setuptools/issues/1024.
t Jython( t platformt python_implementationt __bases__t inspectt getmro( t cls( ( s� /builddir/build/BUILDROOT/alt-python27-setuptools-36.3.0-4.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/setuptools/monkey.pyt _get_mro s c C sC t | t j � r t n t | t j � r0 t n d � } | | � S( Nc S s d S( N( t None( t item( ( s� /builddir/build/BUILDROOT/alt-python27-setuptools-36.3.0-4.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/setuptools/monkey.pyt <lambda>* t ( t
isinstanceR t class_typest get_unpatched_classt typest FunctionTypet get_unpatched_function( R t lookup( ( s� /builddir/build/BUILDROOT/alt-python27-setuptools-36.3.0-4.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/setuptools/monkey.pyt
get_unpatched&