D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
lib
/
python2.7
/
site-packages
/
zope
/
component
/
Filename :
hooks.pyc
back
Copy
� 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__&