Belle II Software development
ReturnFalse Class Reference
Inheritance diagram for ReturnFalse:

Public Member Functions

def event (self)
 

Detailed Description

Always return false

Definition at line 38 of file module_paths.py.

Member Function Documentation

◆ event()

def event (   self)
reimplementation of Module::event().

Definition at line 42 of file module_paths.py.

42 def event(self):
43 """reimplementation of Module::event()."""
44 self.return_value(False)
45
46

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