The list of I{auto} qualified attribute values. Qualification means to convert values into I{qref}. @return: A list of attibute names. @rtype: list
(self)
| 350 | return (None, []) |
| 351 | |
| 352 | def autoqualified(self): |
| 353 | """ |
| 354 | The list of I{auto} qualified attribute values. |
| 355 | Qualification means to convert values into I{qref}. |
| 356 | @return: A list of attibute names. |
| 357 | @rtype: list |
| 358 | """ |
| 359 | return ['type', 'ref'] |
| 360 | |
| 361 | def qualify(self): |
| 362 | """ |