Belle II Software  release-08-01-10
Statistics Class Reference

Public Member Functions

def __init__ (self)
 
def print_summary (self)
 

Detailed Description

Statistics base class

Definition at line 22 of file online_book_statistics.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self)
Initialize members

Definition at line 26 of file online_book_statistics.py.

26  def __init__(self):
27  """Initialize members"""
28  self.code_inclusions: int = 0
29  self.hints: int = 0
30  self.solutions: int = 0
31  self.exercises: int = 0
32  self.overview_boxes: int = 0
33  self.key_points: int = 0
34  self.figures: int = 0
35  self.characters: int = 0
36 

Member Function Documentation

◆ print_summary()

def print_summary (   self)
Print the summary

Definition at line 37 of file online_book_statistics.py.


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