Mr.Combet Webshell
Your IP :
3.17.162.216
Server IP :
185.136.159.155
Server :
Linux 185-136-159-155.cprapid.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software :
Apache
PHP Version :
8.1.29
Add File :
Submit
Add Directory :
Submit
Dir :
~
/
lib
/
python2.7
/
site-packages
/
zope
/
component
/
View File Name :
hooks.pyc
� 6j/Qc @ sM d Z d Z d d l Z d d l Z y d d l m Z Wn e k rT d � Z n Xd d l m Z d d l m Z d d l m Z d e f d � � YZ d e j f d � � YZ e � Z d d � Z d � Z e j d � � Z d d � Z d d d � Z d � Z d � Z e Z y d d l m Z Wn e k r>n Xe e � d S( sE Hooks for getting and setting a site in the thread global namespace. t restructuredtexti����N( t removeSecurityProxyc C s | S( N( ( t x( ( s8 /usr/lib/python2.7/site-packages/zope/component/hooks.pyR s ( t getGlobalSiteManager( t ComponentLookupError( t IComponentLookupt read_propertyc B s e Z d Z d � Z d � Z RS( s� Descriptor for property-like computed attributes. Unlike the standard 'property', this descriptor allows assigning a value to the instance, shadowing the property getter function. c C s | | _ d S( N( t func( t selfR ( ( s8 /usr/lib/python2.7/site-packages/zope/component/hooks.pyt __init__&