Package zope :: Package interface :: Module interfaces :: Class IMethod
[show private | hide private]
[frames | no frames]

Type IMethod

Interface --+        
            |        
     IElement --+    
                |    
       IAttribute --+
                    |
                   IMethod


Method attributes


Method Summary
    Inherited from InterfaceClass
  getTaggedValue(self, tag)
Returns the value associated with 'tag'.
  getTaggedValueTags(self)
Returns a list of all tags.
  queryTaggedValue(self, tag, default)
Returns the value associated with 'tag'.
  setTaggedValue(self, tag, value)
Associates 'value' with 'key'.

Class Variable Summary
str __name__ = 'IMethod'
str getSignatureInfo = "Returns the signature information.\n...
str getSignatureString = "Return a signature string suitable...
str interface = 'Stores the interface instance in which the ...

Class Variable Details

__name__

Type:
str
Value:
'IMethod'                                                              

getSignatureInfo

Type:
str
Value:
"""Returns the signature information.

        This method returns a dictionary with the following keys:

        o `positional` - All positional arguments.

        o `required` - A list of all required arguments.

...                                                                    

getSignatureString

Type:
str
Value:
"""Return a signature string suitable for inclusion in documentation.

        This method returns the function signature string. For example\
, if you
        have `func(a, b, c=1, d='f')`, then the signature string is `(\
a, b,
        c=1, d='f')`.
        """                                                            

interface

Type:
str
Value:
'Stores the interface instance in which the attribute is located.'     

Generated by Epydoc 2.1 on Fri Jun 24 12:01:21 2005 http://epydoc.sf.net