ModuleNotFoundError

ModuleNotFoundError

Overview

ModuleNotFoundError is a class in Aspose.Html FOSS for Python. Inherits from: LookupError.

Raised when a module specifier has no registered source.

This class provides 1 method for working with ModuleNotFoundError objects in Python programs. Available methods include: __init__. All public members are accessible to any Python application after installing the Aspose.Html FOSS for Python package. Properties: specifier.

Properties

NameTypeAccessDescription
specifierstrReadGets the specifier.

Methods

SignatureDescription
__init__(specifier: str)Calls init(specifier) on this ModuleNotFoundError instance.

See Also