(self, action_element)
| 79 | action_key = 'function.path' |
| 80 | |
| 81 | def __init__(self, action_element): |
| 82 | self.pathname = action_element.getAttribute('path') |
| 83 | |
| 84 | def get_commands(self): |
| 85 | # function with path, should succeed |
nothing calls this directly
no test coverage detected