Mr.Combet Webshell
Your IP :
3.145.115.18
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 :
factory.pyo
� 6j/Qc @ sl d Z d d l m Z d d l m Z d d l m Z d d l m Z e e � d e f d � � Y� Z d S( s Factory object i����( t implementer( t implementedBy( t Implements( t IFactoryt Factoryc B s; e Z d Z d d d d � Z d � Z d � Z d � Z RS( s� Generic factory implementation. The purpose of this implementation is to provide a quick way of creating factories for classes, functions and other objects. t c C s( | | _ | | _ | | _ | | _ d S( N( t _callablet titlet descriptiont _interfaces( t selft callableR R t interfaces( ( s: /usr/lib/python2.7/site-packages/zope/component/factory.pyt __init__ s c O s | j | | � S( N( R ( R t argst kw( ( s: /usr/lib/python2.7/site-packages/zope/component/factory.pyt __call__$ s c C sG | j d k r: t | j � } t | j d d � | _ | St | j � S( Nt __name__s [callable]( R t NoneR t getattrR R R ( R t spec( ( s: /usr/lib/python2.7/site-packages/zope/component/factory.pyt getInterfaces'