def __resource_string(self, path): # noinspection PyTypeChecker return self.__load_resource(pkg_resources.resource_string, self.__configurer, path) \ .decode("utf-8")