Home
last modified time | relevance | path

Searched refs:import_errors (Results 1 – 17 of 17) sorted by relevance

/dports/devel/py-case/case-1.5.3/case/
H A Dskip.py131 def if_module(module, name=None, import_errors=(ImportError,)): argument
146 except import_errors:
154 def unless_module(module, name=None, import_errors=(ImportError,)): argument
169 except import_errors:
176 import_errors=(AttributeError, ImportError)): argument
191 except import_errors:
200 import_errors=(AttributeError, ImportError)): argument
215 except import_errors:
/dports/devel/py-gevent/gevent-21.8.0/src/gevent/tests/
H A Dtest__import_blocking_in_greenlet.py8 import_errors = [] variable
16 import_errors.append(e)
22 assert not import_errors, import_errors
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/telemetry/telemetry/timeline/
H A Dtrace_event_importer.py78 self._model.import_errors.append(
104 self._model.import_errors.append(
118 self._model.import_errors.append(
122 self._model.import_errors.append(
131 self._model.import_errors.append(
177 self._model.import_errors.append(
261 self._model.import_errors.append(
299 self._model.import_errors.append(
312 self._model.import_errors.append(
430 self._model.import_errors.append(
[all …]
H A Dtrace_event_importer_unittest.py98 self.assertEqual(1, len(m.import_errors))
454 self.assertEqual(1, len(m.import_errors))
925 self.assertEqual(0, len(m.import_errors))
941 self.assertEqual(0, len(m.import_errors))
H A Dmodel.py66 self.import_errors = []
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/netapp/azure/plugins/module_utils/
H A Dazure_rm_netapp_common.py119 def fail_when_import_errors(self, import_errors, has_azure_mgmt_netapp=True): argument
120 if has_azure_mgmt_netapp and not import_errors:
126 msg += 'Import errors: %s' % str(import_errors)
128 msg += str(import_errors)
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/steps/
H A Dpython.py41 self.import_errors = 0
48 self.import_errors += 1
56 if self.import_errors:
57 summary += " ierr={}".format(self.import_errors)
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/py/py/_path/
H A Dcommon.py15 import_errors = (ImportError, FileNotFoundError)
17 import_errors = (ImportError,) variable
44 except import_errors:
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/py/py/_path/
H A Dcommon.py15 import_errors = (ImportError, FileNotFoundError)
17 import_errors = (ImportError,) variable
44 except import_errors:
/dports/devel/py-py/py-1.9.0/py/_path/
H A Dcommon.py15 import_errors = (ImportError, FileNotFoundError)
17 import_errors = (ImportError,) variable
44 except import_errors:
/dports/devel/py-celery/celery-4.4.7/t/unit/events/
H A Dtest_cursesmon.py12 @skip.unless_module('curses', import_errors=(ImportError, OSError))
/dports/audio/rhythmbox/rhythmbox-3.4.4/plugins/android/
H A Drb-android-source.c82 RBSource *import_errors; member
347 …rb_shell_append_display_page (shell, RB_DISPLAY_PAGE (priv->import_errors), RB_DISPLAY_PAGE (sourc… in import_complete_cb()
886 if (priv->import_errors != NULL) { in impl_delete_thyself()
887 rb_display_page_delete_thyself (RB_DISPLAY_PAGE (priv->import_errors)); in impl_delete_thyself()
888 priv->import_errors = NULL; in impl_delete_thyself()
938 priv->import_errors = rb_import_errors_source_new (shell, in impl_constructed()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/netapp/cloudmanager/plugins/modules/
H A Dna_cloudmanager_connector_gcp.py279 def fail_when_import_errors(self, import_errors, has_gcp_collection=True): argument
280 if has_gcp_collection and not import_errors:
285 msg += 'Import errors: %s' % str(import_errors)
/dports/devel/py-celery/celery-4.4.7/t/unit/bin/
H A Dtest_events.py54 @skip.unless_module('curses', import_errors=(ImportError, OSError))
/dports/audio/rhythmbox/rhythmbox-3.4.4/plugins/generic-player/
H A Drb-generic-player-source.c130 RBSource *import_errors; member
285 priv->import_errors = rb_import_errors_source_new (shell, in impl_constructed()
483 if (priv->import_errors != NULL) { in impl_delete_thyself()
484 rb_display_page_delete_thyself (RB_DISPLAY_PAGE (priv->import_errors)); in impl_delete_thyself()
485 priv->import_errors = NULL; in impl_delete_thyself()
526 …rb_shell_append_display_page (shell, RB_DISPLAY_PAGE (priv->import_errors), RB_DISPLAY_PAGE (sourc… in import_complete_cb()
/dports/sysutils/gsmartcontrol/gsmartcontrol-1.1.3/src/hz/
H A Derror_holder.h77 void import_errors(ErrorHolder<T>& other, bool do_lock_this = true, bool do_lock_other = true)
/dports/devel/eric6/eric6-21.11/eric/eric6/APIs/Python/
H A Dzope-2.11.2.api25213 zope.testing.testrunner.OutputFormatter.import_errors?4(import_errors)
25218 zope.testing.testrunner.OutputFormatter.modules_with_import_problems?4(import_errors)