;ò
È¨üBc           @   s4   d  Z  d d d !Z d k Td e f d „  ƒ  YZ d S(   sA   
   Copyright (C) 2003 PimenTech SARL (http://www.pimentech.net)

   This library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Library General Public License as
   published by the Free Software Foundation; either version 2 of the
   License, or (at your option) any later version.

   This library is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   Library General Public License for more details.

   You should have received a copy of the GNU Library General Public
   License along with this library; see the file COPYING.LIB.  If not,
   write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
   Boston, MA 02111-1307, USA.  
s   $Revision: 1.25 $i   iþÿÿÿ(   s   *s   Objectc           B   sh   t  Z d  Z d Z e i Z d d „ Z d „  Z d „  Z e	 h  e	 d „ Z
 d „  Z d „  Z d	 „  Z RS(
   s   the top class objects   Objects    c         C   s   |  i | | ƒ d S(   s   Object initN(   s   selfs   _Object__super_inits   ids   title(   s   selfs   ids   title(    (    s	   object.pys   __init__   s     c         C   s!   d |  i |  i ƒ  |  i f Sd  S(   Ns   <%s id='%s' title='%s'/>(   s   selfs	   meta_types   getIds   title(   s   self(    (    s	   object.pys   __repr__#   s    c         C   s   |  i ƒ  Sd S(   s5   do not overload, should be equivalent to self.getId()N(   s   selfs   getId(   s   self(    (    s	   object.pys   __str__&   s     c         K   s   |  i ƒ  Sd S(   s%   __call__() -> string. pour <dtml-var>N(   s   selfs   getId(   s   selfs   clients   REQUESTs   RESPONSEs   kw(    (    s	   object.pys   __call__*   s     c         C   s   t  t |  ƒ t | ƒ ƒ Sd  S(   N(   s   cmps   strs   selfs   object(   s   selfs   object(    (    s	   object.pys   __cmp__.   s    c         C   s   d Sd  S(   Ni   (    (   s   self(    (    s	   object.pys   __nonzero__1   s    c         C   s   t  |  i ƒ  ƒ Sd  S(   N(   s   hashs   selfs   getId(   s   self(    (    s	   object.pys   __hash__4   s    (   s   __name__s
   __module__s   __doc__s	   meta_types   ZLogs   __init__s   _Object__super_inits   __repr__s   __str__s   Nones   __call__s   __cmp__s   __nonzero__s   __hash__(    (    (    s	   object.pys   Object   s    					N(   s   __doc__s   __version__s    Products.PimenTechLibCommon.zlogs   ZLogs   Object(   s   Objects   __version__(    (    s	   object.pys   ?   s   
