Home | Trees | Indices | Help |
---|
|
object --+ | BooleanDecorator
A documentation helper. Usage:
>>> contract = BooleanDecorator('interface') >>> class T: ... @contract.interface ... def action(self): raise NotImplementedError ... >>> assert T.action.interface == True
|
|||
|
|||
|
|||
Inherited from |
|
|||
attributes | |||
Inherited from |
|
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0beta1 on Mon Oct 29 17:10:15 2007 | http://epydoc.sourceforge.net |