Return the names of all the routines.
(self)
| 142 | return routine |
| 143 | |
| 144 | def allRoutineNames(self): |
| 145 | """Return the names of all the routines. |
| 146 | """ |
| 147 | return list(self.names_to_routines.keys()) |
| 148 | |
| 149 | def allRoutines(self): |
| 150 | """Return all the routines. |
no test coverage detected