(self, action_element)
| 63 | action_key = 'function.generator' |
| 64 | |
| 65 | def __init__(self, action_element): |
| 66 | self.pathname = action_element.getAttribute('path') |
| 67 | |
| 68 | def get_commands(self): |
| 69 | # function generator without path, should succeed |
nothing calls this directly
no test coverage detected