Belle II Software  light-2205-abys
Quiet Class Reference

Public Member Functions

def __init__ (self, level=ROOT.kInfo+1)
 
def __enter__ (self)
 
def __exit__ (self, type, value, traceback)
 

Public Attributes

 level
 the level to quiet
 
 oldlevel
 the previously set level to be ignored
 

Detailed Description

Context handler class to quiet errors in a 'with' statement

Definition at line 71 of file test6_CPVFlavorTaggerEfficiency.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  level = ROOT.kInfo + 1 
)
Class constructor

Definition at line 74 of file test6_CPVFlavorTaggerEfficiency.py.

74  def __init__(self, level=ROOT.kInfo + 1):
75  """Class constructor"""
76 
77  self.level = level
78 

Member Function Documentation

◆ __enter__()

def __enter__ (   self)
Enter the context

Definition at line 79 of file test6_CPVFlavorTaggerEfficiency.py.

◆ __exit__()

def __exit__ (   self,
  type,
  value,
  traceback 
)
Exit the context

Definition at line 85 of file test6_CPVFlavorTaggerEfficiency.py.


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