Home
last modified time | relevance | path

Searched refs:_module_exists (Results 1 – 5 of 5) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/resources/protobufs/
H A Dbinary_proto_generator.py43 def _module_exists(self, fullname): member in GoogleProtobufModuleImporter
49 and self._module_exists(fullname)):
64 not self._module_exists(fullname)):
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/resources/protobufs/
H A Dbinary_proto_generator.py43 def _module_exists(self, fullname): member in GoogleProtobufModuleImporter
49 and self._module_exists(fullname)):
64 not self._module_exists(fullname)):
/dports/security/py-stem/stem-1.8.0/stem/util/
H A Dtest_tools.py376 return _module_exists('pyflakes.api') and _module_exists('pyflakes.reporter')
386 if _module_exists('pycodestyle'):
388 elif _module_exists('pep8'):
484 if _module_exists('pep8'):
636 def _module_exists(module_name): function
/dports/www/py-scrapy/Scrapy-2.5.1/scrapy/commands/
H A Dstartproject.py44 def _module_exists(module_name): function
54 elif _module_exists(project_name):
/dports/security/py-stem/stem-1.8.0/test/
H A Dtask.py308 if HAS_IMPORTLIB and stem.util.test_tools._module_exists(module):