SND@LHC Software
|
Classes | |
class | APIInterface |
Conditions Database Interface definition. More... | |
Variables | |
str | __author__ = "Tom Vrancken" |
As of Python 3.8 we can do more with typing. | |
str | __email__ = "dev@tomvrancken.nl" |
str | __copyright__ = "TU/e ST2019" |
list | __credits__ = ["Juan van der Heijden", "Georgios Azis"] |
str | __version__ = "1.0" |
str | __status__ = "Prototype" |
_ABC = ABCMeta('ABC', (object,), {'__slots__': ()}) | |
Conditions Database interface definition.
|
private |
As of Python 3.8 we can do more with typing.
It is recommended to make the API interface class final. Use the following import and provided decorator for the class. from typing import final
Definition at line 11 of file interface.py.
|
private |
Definition at line 13 of file interface.py.
|
private |
Definition at line 14 of file interface.py.
|
private |
Definition at line 12 of file interface.py.
|
private |
Definition at line 16 of file interface.py.
|
private |
Definition at line 15 of file interface.py.
|
protected |
Definition at line 19 of file interface.py.