Class | SampleUnlockError | Undocumented |
Function | create_decorator_sample | Create a DecoratorSample object, using specific lock operators. |
Class | TestDecoratorActions | Undocumented |
Class | TestFastDecoratorActions | Undocumented |
Class | TestPrettyDecoratorActions | Undocumented |
Class | TestDecoratorDocs | Test method decorators |
Class | TestPrettyDecorators | Test that pretty decorators generate nice looking wrappers. |
Class | TestOnlyRaisesDecorator | Undocumented |
Parameters | style | The type of lock decorators to use (fast/pretty/None) |
unlock_error | If specified, an error to raise from unlock. | |
meth | a function to be decorated and added as a 'meth_read' and 'meth_write' to the object. | |
Returns | An instantiated DecoratorSample object. |