| Home | Trees | Index | Help |
|---|
object--+ |Element--+ |Attribute--+ | Method
Method interfaces
The idea here is that you have objects that describe methods. This provides an opportunity for rich meta-data.| Method Summary | |
|---|---|
__call__(self,
*args,
**kw)
| |
getSignatureInfo(self)
| |
getSignatureString(self)
| |
| Inherited from Element | |
Create an 'attribute' description | |
Returns the documentation for the object. | |
Returns the name of the object. | |
Returns the value associated with 'tag'. | |
Returns a list of all tags. | |
Returns the value associated with 'tag'. | |
Associates 'value' with 'key'. | |
| Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
Return hash(x)... | |
Return a new object with type S, a subtype of T... | |
helper for pickle | |
helper for pickle | |
Return repr(x)... | |
x.__setattr__('name', value) <==> x.name = value | |
Return str(x)... | |
| Class Variable Summary | |
|---|---|
Implements |
__implemented__ = <implementedBy gnue.navigator.external...
|
ClassProvides |
__provides__ = <gnue.navigator.external.zope.interface.d...
|
| Inherited from Attribute | |
NoneType |
interface = None |
| Inherited from Element | |
ClassProvides |
__providedBy__ = <gnue.navigator.external.zope.interface...
|
| Method Details |
|---|
__call__(self,
*args,
**kw)
|
getSignatureInfo(self) |
getSignatureString(self) |
| Class Variable Details |
|---|
__implemented__
|
__provides__
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Sun Nov 30 23:03:54 2008 | http://epydoc.sf.net |