(self, action_element)
| 172 | action_key = 'truncate.test' |
| 173 | |
| 174 | def __init__(self, action_element): |
| 175 | self.pathname = action_element.getAttribute('path') |
| 176 | |
| 177 | def get_commands(self): |
| 178 | # truncate real file |
nothing calls this directly
no test coverage detected