Conditions | 1 |
Total Lines | 10 |
Lines | 0 |
Ratio | 0 % |
1 | __author__ = "Jon Reid" |
||
9 | def describe_to(self, description): |
||
10 | """Generates a description of the object. |
||
11 | |||
12 | The description may be part of a description of a larger object of |
||
13 | which this is just a component, so it should be worded appropriately. |
||
14 | |||
15 | :param description: The description to be built or appended to. |
||
16 | |||
17 | """ |
||
18 | raise NotImplementedError('describe_to') |
||
19 |