(self, action_element)
| 112 | action_key = 'function.plain' |
| 113 | |
| 114 | def __init__(self, action_element): |
| 115 | self.pathname = action_element.getAttribute('path') |
| 116 | |
| 117 | def get_commands(self): |
| 118 | # plain function without path, should succeed |
nothing calls this directly
no test coverage detected