Return all the routines.
(self)
| 147 | return list(self.names_to_routines.keys()) |
| 148 | |
| 149 | def allRoutines(self): |
| 150 | """Return all the routines. |
| 151 | """ |
| 152 | return list(self.names_to_routines.values()) |
| 153 | |
| 154 | def resolveAllDependencies(self): |
| 155 | """Try to add routines to the library to satisfy all the dependencies |
no test coverage detected