(self, applicationId, user=0)
| 2457 | def get_application_by_name(self, name): |
| 2458 | return self.stub("Application").get_application_by_name(name) |
| 2459 | def application(self, applicationId, user=0): |
| 2460 | return self.stub("Application")(applicationId, user=user) |
| 2461 | # Shortcut: Util |
| 2462 | def touch(self): |
| 2463 | return MultiTouchOpStub(self.stub("Util")) |
no test coverage detected