MCPcopy
hub / github.com/vnpy/vnpy / get_all_apps

Method get_all_apps

vnpy/trader/engine.py:222–226  ·  view source on GitHub ↗

Get all app objects.

(self)

Source from the content-addressed store, hash-verified

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 """

Callers 1

init_menuMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected