(self)
| 248 | return int(self.spec.get("ios_app_extension", 0)) != 0 |
| 249 | |
| 250 | def _IsIosWatchKitExtension(self): |
| 251 | return int(self.spec.get("ios_watchkit_extension", 0)) != 0 |
| 252 | |
| 253 | def _IsIosWatchApp(self): |
| 254 | return int(self.spec.get("ios_watch_app", 0)) != 0 |
no test coverage detected