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
| Name | Type | Access | Description |
|---|---|---|---|
specifier | str | Read | Gets the specifier. |
Methods
| Signature | Description |
|---|---|
__init__(specifier: str) | Calls init(specifier) on this ModuleNotFoundError instance. |