Selfie
Loading...
Searching...
No Matches
pytest_selfie.SelfieSettingsAPI.SelfieSettingsSmuggleError Class Reference
Inheritance diagram for pytest_selfie.SelfieSettingsAPI.SelfieSettingsSmuggleError:
pytest_selfie.SelfieSettingsAPI.SelfieSettingsAPI

Public Member Functions

 __init__ (self, BaseException error)
 
- Public Member Functions inherited from pytest_selfie.SelfieSettingsAPI.SelfieSettingsAPI
bool allow_multiple_equivalent_writes_to_one_location (self)
 
Optional[str] snapshot_folder_name (self)
 
Path root_folder (self)
 
Mode calc_mode (self)
 

Public Attributes

 error
 
- Public Attributes inherited from pytest_selfie.SelfieSettingsAPI.SelfieSettingsAPI
 root_dir
 

Detailed Description

Definition at line 46 of file SelfieSettingsAPI.py.

Constructor & Destructor Documentation

◆ __init__()

pytest_selfie.SelfieSettingsAPI.SelfieSettingsSmuggleError.__init__ (   self,
BaseException  error 
)

Reimplemented from pytest_selfie.SelfieSettingsAPI.SelfieSettingsAPI.

Definition at line 47 of file SelfieSettingsAPI.py.

47 def __init__(self, error: BaseException):
48 self.error = error

Member Data Documentation

◆ error

pytest_selfie.SelfieSettingsAPI.SelfieSettingsSmuggleError.error

Definition at line 48 of file SelfieSettingsAPI.py.


The documentation for this class was generated from the following file: