Home | Trees | Indices | Help |
---|
|
|
|||
autosuper Use this as a metaclass for types to set the magic attribute '__super' on them. |
|||
SlotStruct Base class for making "struct" types with members defined by their __slots__ value. |
|||
BooleanDecorator A documentation helper. |
|
|||
|
|||
|
|||
|
|||
|
|
|||
contract = BooleanDecorator('template_method', 'default_method
|
|
Generic decorator for setting attributes. Usage: >>> @attrs(value="A value", thing=None, other=True) ... def f(): pass ... >>> assert f.value == "A value" >>> assert f.thing is None >>> assert f.other is True |
|
contract
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0beta1 on Mon Oct 29 17:10:14 2007 | http://epydoc.sourceforge.net |