ImportTimeError(filename: str | None, exc_info: tuple[typing.Any, typing.Any, typing.Any]) -> None
Errors that occurred while trying to import something to document it.
Errors that occurred while trying to import something to document it.
- Method resolution order:
- ImportTimeError
- builtins.Exception
- builtins.BaseException
- builtins.object
Methods defined here:
- __init__(self, filename: str | None, exc_info: tuple[typing.Any, typing.Any, typing.Any]) -> None
- Set up
- __str__(self) -> str
- For display
Data and other attributes defined here:
- __firstlineno__ = 25
- __static_attributes__ = ('exc', 'filename', 'tb', 'value')
Static methods inherited from builtins.Exception:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Methods inherited from builtins.BaseException:
- __reduce__(self, /)
- __repr__(self, /)
- Return repr(self).
- __setstate__(self, state, /)
- add_note(self, note, /)
- Add a note to the exception
- with_traceback(self, tb, /)
- Set self.__traceback__ to tb and return self.
Data descriptors inherited from builtins.BaseException:
- __cause__
- __context__
- __suppress_context__
- __traceback__
- args