403Webshell
Server IP : 43.141.50.122  /  Your IP : 113.219.202.141
Web Server : Apache
System : Linux VM-8-5-opencloudos 6.6.34-9.oc9.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jun 19 19:35:45 CST 2024 x86_64
User : www ( 1000)
PHP Version : 8.1.27
Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /usr/local/qcloud/monitor/python26/lib/python2.6/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/local/qcloud/monitor/python26/lib/python2.6/abc.pyc
��
z?�fc@sadZdd	d��YZee��Zd�Zdefd��YZdefd��YZdS(
s3Abstract Base Classes (ABCs) according to PEP 3119.t_CcBseZRS((t__name__t
__module__(((sI/usr/local/qcloud/monitor/barad/admin/../../python26/lib/python2.6/abc.pyRscCs
t|_|S(s�A decorator indicating abstract methods.

    Requires that the metaclass is ABCMeta or derived from it.  A
    class that has a metaclass derived from ABCMeta cannot be
    instantiated unless all of its abstract methods are overridden.
    The abstract methods can be called using any of the normal
    'super' call mechanisms.

    Usage:

        class C:
            __metaclass__ = ABCMeta
            @abstractmethod
            def my_abstract_method(self, ...):
                ...
    (tTruet__isabstractmethod__(tfuncobj((sI/usr/local/qcloud/monitor/barad/admin/../../python26/lib/python2.6/abc.pytabstractmethods	tabstractpropertycBseZdZeZRS(s/A decorator indicating abstract properties.

    Requires that the metaclass is ABCMeta or derived from it.  A
    class that has a metaclass derived from ABCMeta cannot be
    instantiated unless all of its abstract properties are overridden.
    The abstract properties can be called using any of the normal
    'super' call mechanisms.

    Usage:

        class C:
            __metaclass__ = ABCMeta
            @abstractproperty
            def my_abstract_property(self):
                ...

    This defines a read-only property; you can also define a read-write
    abstract property using the 'long' form of property declaration:

        class C:
            __metaclass__ = ABCMeta
            def getx(self): ...
            def setx(self, value): ...
            x = abstractproperty(getx, setx)
    (RRt__doc__RR(((sI/usr/local/qcloud/monitor/barad/admin/../../python26/lib/python2.6/abc.pyR!stABCMetacBsDeZdZdZd�Zd�Zdd�Zd�Zd�Z	RS(siMetaclass for defining Abstract Base Classes (ABCs).

    Use this metaclass to create an ABC.  An ABC can be subclassed
    directly, and then acts as a mix-in class.  You can also register
    unrelated concrete classes (even built-in classes) and unrelated
    ABCs as 'virtual subclasses' -- these and their descendants will
    be considered subclasses of the registering ABC by the built-in
    issubclass() function, but the registering ABC won't show up in
    their MRO (Method Resolution Order) nor will method
    implementations defined by the registering ABC be callable (not
    even via super()).

    icCs�tt|�i||||�}td�|i�D��}xd|D]\}xSt|dt��D]<}t||d�}t|dt�o|i|�q`q`WqDWt	|�|_
t�|_t�|_t�|_
ti|_|S(Ncss6x/|](\}}t|dt�o	|VqqWdS(RN(tgetattrtFalse(t.0tnametvalue((sI/usr/local/qcloud/monitor/barad/admin/../../python26/lib/python2.6/abc.pys	<genexpr>Vs		t__abstractmethods__R(tsuperR	t__new__tsettitemsR
tNoneRtaddt	frozensetRt
_abc_registryt
_abc_cachet_abc_negative_cachet_abc_invalidation_countert_abc_negative_cache_version(tmclsR
tbasest	namespacetclst	abstractstbaseR((sI/usr/local/qcloud/monitor/barad/admin/../../python26/lib/python2.6/abc.pyRSs !	cCsxt|t�ptd��nt||�odSt||�otd��n|ii|�tid7_dS(s&Register a virtual subclass of an ABC.sCan only register classesNs'Refusing to create an inheritance cyclei(	t
isinstancettypet	TypeErrort
issubclasstRuntimeErrorRRR	R(Rtsubclass((sI/usr/local/qcloud/monitor/barad/admin/../../python26/lib/python2.6/abc.pytregisterfscCs�|d|i|ifIJ|dtiIJxTt|ii��D]=}|id�o't||�}|d||fIJqAqAWdS(s'Debug helper to print the ABC registry.sClass: %s.%ssInv.counter: %st_abc_s%s: %rN(	RRR	Rtsortedt__dict__tkeyst
startswithR
(RtfileR
R((sI/usr/local/qcloud/monitor/barad/admin/../../python26/lib/python2.6/abc.pyt_dump_registrytscCs�t|dd�}||ijotSt|�}|tjo
|}n||jp
|djo6|itijo||i	jot
S|i|�S|i|�p
|i|�S(s'Override for isinstance(instance, cls).t	__class__N(R
RRRR#t
_InstanceTypeRR	RRRt__subclasscheck__(RtinstanceR'tsubtype((sI/usr/local/qcloud/monitor/barad/admin/../../python26/lib/python2.6/abc.pyt__instancecheck__}s


cCss||ijotS|itijot�|_ti|_n||ijotS|i|�}|t	j	oGt
|t�pt�|o|ii
|�n|ii
|�|S|t|dd�jo|ii
|�tSx6|iD]+}t||�o|ii
|�tSq�Wx9|i�D]+}t||�o|ii
|�tSq0W|ii
|�tS(s'Override for issubclass(subclass, cls).t__mro__((RRRR	RRRRt__subclasshook__tNotImplementedR"tbooltAssertionErrorRR
RR%t__subclasses__(RR'toktrclstscls((sI/usr/local/qcloud/monitor/barad/admin/../../python26/lib/python2.6/abc.pyR2�s:

	
	N(
RRRRRR(RR/R5R2(((sI/usr/local/qcloud/monitor/barad/admin/../../python26/lib/python2.6/abc.pyR	>s				N((RRR#R1RtpropertyRR	(((sI/usr/local/qcloud/monitor/barad/admin/../../python26/lib/python2.6/abc.pyt<module>s
	

Youez - 2016 - github.com/yon3zu
LinuXploit