marks this object to be recomputed
(self)
| 91 | "returns the documentation string of a given property" |
| 92 | return self.__object__.getEnumerationsOfProperty(attr) |
| 93 | def touch(self): |
| 94 | "marks this object to be recomputed" |
| 95 | return self.__object__.touch() |
| 96 | def purgeTouched(self): |
| 97 | "removes the to-be-recomputed flag of this object" |
| 98 | return self.__object__.purgeTouched() |
no outgoing calls
no test coverage detected