MCPcopy
hub / github.com/firerpa/lamda / application

Method application

lamda/client.py:1202–1204  ·  view source on GitHub ↗
(self, applicationId, user=0)

Source from the content-addressed store, hash-verified

1200 def get_application_by_name(self, name):
1201 return self.device.proxy("Application", display=self.display).get_application_by_name(name)
1202 def application(self, applicationId, user=0):
1203 return self.device.proxy("Application", display=self.display)(
1204 applicationId, user=user)
1205 # Display misc
1206 def release_virtual_display(self):
1207 return self._release_virtual_display(self.display)

Callers

nothing calls this directly

Calls 1

proxyMethod · 0.80

Tested by

no test coverage detected