Public Member Functions | |
__init__ (self) | |
print_summary (self) | |
Public Attributes | |
int | code_inclusions = 0 |
number of code inclusions | |
int | hints = 0 |
number of hints | |
int | solutions = 0 |
number of solutions | |
int | exercises = 0 |
number of exercises | |
int | overview_boxes = 0 |
number of overview boxes | |
int | key_points = 0 |
number of key points | |
int | figures = 0 |
number of figures | |
int | characters = 0 |
number of characters | |
Private Attributes | |
__dict__ | |
printing using data pretty print | |
Statistics base class
Definition at line 22 of file online_book_statistics.py.
__init__ | ( | self | ) |
Initialize members
Definition at line 26 of file online_book_statistics.py.
print_summary | ( | self | ) |
Print the summary
Definition at line 45 of file online_book_statistics.py.
|
private |
printing using data pretty print
Definition at line 48 of file online_book_statistics.py.
int characters = 0 |
number of characters
Definition at line 43 of file online_book_statistics.py.
int code_inclusions = 0 |
number of code inclusions
Definition at line 29 of file online_book_statistics.py.
int exercises = 0 |
number of exercises
Definition at line 35 of file online_book_statistics.py.
int figures = 0 |
number of figures
Definition at line 41 of file online_book_statistics.py.
int hints = 0 |
number of hints
Definition at line 31 of file online_book_statistics.py.
int key_points = 0 |
number of key points
Definition at line 39 of file online_book_statistics.py.
int overview_boxes = 0 |
number of overview boxes
Definition at line 37 of file online_book_statistics.py.
int solutions = 0 |
number of solutions
Definition at line 33 of file online_book_statistics.py.