fosanalysis
A framework to evaluate distributed fiber optic sensor data
Loading...
Searching...
No Matches
fosanalysis.utils.base.Base Class Reference

Abstract base class, which deals with superflous constructor arguments. More...

Inheritance diagram for fosanalysis.utils.base.Base:

Public Member Functions

 __init__ (self, *args, **kwargs)
 Construct the object and warn about unused/unknown arguments.
 

Detailed Description

Abstract base class, which deals with superflous constructor arguments.

Definition at line 11 of file base.py.

Constructor & Destructor Documentation

◆ __init__()

fosanalysis.utils.base.Base.__init__ ( self,
* args,
** kwargs )

Construct the object and warn about unused/unknown arguments.

Parameters
*argsAdditional positional arguments, will be discarded and warned about.
**kwargsAdditional keyword arguments, will be discarded and warned about.

Definition at line 15 of file base.py.


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