
    f                     *    d Z ddlmZ  G d de      Zy)zQ

Revision information:
$Id: IMethod.py 40218 2005-11-18 14:39:19Z andreasjung $
    )
IAttributec                       e Zd ZdZd Zy)IMethodzMethod attributes
    c                       y)zKReturn a signature string suitable for inclusion in documentation.
        N r       i/var/dept/share/cheung/public_html/OutSchool/python/env/lib/python3.12/site-packages/Interface/IMethod.pygetSignatureStringzIMethod.getSignatureString   s    r   N)__name__
__module____qualname____doc__r
   r   r   r	   r   r      s    r   r   N)r   r   r   r   r   r	   <module>r      s    "j r   