![]() |
Belle II Software development
|
Public Member Functions | |
__init__ (self, level=ROOT.kInfo+1) | |
__enter__ (self) | |
__exit__ (self, type, value, traceback) | |
Public Attributes | |
level = level | |
the level to quiet | |
oldlevel = ROOT.gErrorIgnoreLevel | |
the previously set level to be ignored | |
Context handler class to quiet errors in a 'with' statement
Definition at line 70 of file test6_CPVFlavorTaggerEfficiency.py.
__init__ | ( | self, | |
level = ROOT.kInfo + 1 ) |
Class constructor
Definition at line 73 of file test6_CPVFlavorTaggerEfficiency.py.
__enter__ | ( | self | ) |
Enter the context
Definition at line 78 of file test6_CPVFlavorTaggerEfficiency.py.
__exit__ | ( | self, | |
type, | |||
value, | |||
traceback ) |
Exit the context
Definition at line 84 of file test6_CPVFlavorTaggerEfficiency.py.
level = level |
the level to quiet
Definition at line 76 of file test6_CPVFlavorTaggerEfficiency.py.
oldlevel = ROOT.gErrorIgnoreLevel |
the previously set level to be ignored
Definition at line 81 of file test6_CPVFlavorTaggerEfficiency.py.