Get all app objects.
(self)
| 220 | return list(self.gateways.keys()) |
| 221 | |
| 222 | def get_all_apps(self) -> list[BaseApp]: |
| 223 | """ |
| 224 | Get all app objects. |
| 225 | """ |
| 226 | return list(self.apps.values()) |
| 227 | |
| 228 | def get_all_exchanges(self) -> list[Exchange]: |
| 229 | """ |