Allows to enable or disable API check in the runtime
(self, enable)
| 833 | ) |
| 834 | |
| 835 | def enable_api_check(self, enable): |
| 836 | """Allows to enable or disable API check in the runtime""" |
| 837 | self._skip_api_check = not enable |
| 838 | |
| 839 | def _check_api_type_scope(self, type): |
| 840 | """Checks the API currently used by pipeline and throws an error if it differs |
no outgoing calls