Part of bzrlib.tests.features View In Hierarchy
Declare the name of the module in __init__(), and then after probing, the module will be available as 'self.module'.
| Instance Variables | module | The module if it is available, else None. |
| Method | __init__ | Undocumented |
| Method | module | Undocumented |
| Method | feature_name | Undocumented |
| Method | _probe | Implement this method in concrete features. |
Inherited from Feature:
| Method | available | Is the feature available? |
| Method | __str__ | Undocumented |
| Returns | True if the feature is available. | |