polyfemos.back.interpreter¶
Contains Interpreter
for reading
‘*conf’ files
- copyright
2019, University of Oulu, Sodankyla Geophysical Observatory
- license
GNU Lesser General Public License v3.0 or later (https://spdx.org/licenses/LGPL-3.0-or-later.html)
Public Functions
-
polyfemos.back.interpreter.
check_quit
(func_)[source]¶ A decorator to be used with methods of class
Interpreter
. If the class attributeself._quit
is set toFalse
, the decorated methods do nothing.- Parameters
func_ (func) –
- Return type
func
- Returns
-
polyfemos.back.interpreter.
pool_error_callback
(arg, msg='')[source]¶ A function to be called during pool worker error
- Parameters
arg – Error message
msg (str, optional) – Additional message
Classes
Class for reading ‘*.conf’ files |