Searched defs:is_resource (Results 1 – 6 of 6) sorted by relevance
/third_party/python/Lib/importlib/ | ||
D | resources.py | 145 def is_resource(package: Package, name: str) -> bool: function |
D | abc.py | 341 def is_resource(self, path: Text) -> bool: member in ResourceReader |
D | readers.py | 39 def is_resource(self, path): member in ZipReader |
/third_party/boost/boost/dll/detail/windows/ | ||
D | shared_library_impl.hpp | 184 bool is_resource() const BOOST_NOEXCEPT { in is_resource() function in boost::dll::detail::shared_library_impl |
/third_party/python/Lib/test/test_importlib/ | ||
D | util.py | 441 def is_resource(self, path_): member in create_package.Reader |
D | test_abc.py | 319 def is_resource(self, *args, **kwargs): member in ResourceReader |