|
| _is_inverted |
| variable to remember if we test for existence or absence
|
|
Test if the DataStore contains the expected content.
Definition at line 16 of file prune_datastore.py.
◆ __init__()
def __init__ |
( |
|
self, |
|
|
|
is_inverted |
|
) |
| |
Create a new instance. If is_inverted is True we check of absence of content
Definition at line 19 of file prune_datastore.py.
19 def __init__(self, is_inverted):
20 """Create a new instance. If is_inverted is True we check of absence of content"""
23 self._is_inverted = is_inverted
◆ event()
reimplementation of Module::event().
Checks for the amount of PXD Clusters and PXD Digits after
the prune module was run
Definition at line 25 of file prune_datastore.py.
The documentation for this class was generated from the following file: