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