(self, action_element)
| 96 | action_key = 'invalid.encoding' |
| 97 | |
| 98 | def __init__(self, action_element): |
| 99 | self.pathname = action_element.getAttribute('path') |
| 100 | |
| 101 | def get_commands(self): |
| 102 | # file with invalid encoding |
nothing calls this directly
no test coverage detected