Public Member Functions | |
def | __init__ |
def | pages |
def | write |
Public Attributes | |
title | |
Static Private Attributes | |
__metaclass__ = abc.ABCMeta | |
Definition at line 95 of file presentation.py.
def presentation.SubsectionBase.__init__ | ( | self, | |
title | |||
) |
Definition at line 97 of file presentation.py.
def presentation.SubsectionBase.pages | ( | self, | |
validations | |||
) |
Definition at line 105 of file presentation.py.
Referenced by presentation.SubsectionBase.write().
def presentation.SubsectionBase.write | ( | self, | |
validations | |||
) |
Definition at line 99 of file presentation.py.
References join(), presentation.SubsectionBase.pages(), classes.PlotData.title, preexistingValidation.PreexistingValidation.title, alignment.Alignment.title, presentation.SubsectionBase.title, and Geometry.title.
Referenced by pkg.AbstractPkg.generate(), and querying.connection.write_and_commit().
|
staticprivate |
Definition at line 96 of file presentation.py.
presentation.SubsectionBase.title |
Definition at line 98 of file presentation.py.
Referenced by python.rootplot.root2matplotlib.HistStack.bar(), python.rootplot.root2matplotlib.HistStack.bar3d(), python.rootplot.root2matplotlib.HistStack.barcluster(), python.rootplot.root2matplotlib.HistStack.barh(), python.rootplot.root2matplotlib.HistStack.barstack(), TkAlMap.TkAlMap.draw_title(), python.rootplot.root2matplotlib.HistStack.errorbar(), python.rootplot.root2matplotlib.HistStack.errorbarh(), Formatter.SimpleHTMLFormatter.headers(), python.rootplot.root2matplotlib.HistStack.histstack(), presentation.SubsectionOnePage.pages(), presentation.SubsectionFromList.pages(), presentation.SummarySection.pages(), python.rootplot.root2matplotlib.Hist.show_titles(), python.rootplot.utilities.Hist.TGraph(), python.rootplot.utilities.Hist.TH1F(), python.rootplot.utilities.Hist2D.TH2F(), python.rootplot.root2matplotlib.Hist2D.TH2F(), and presentation.SubsectionBase.write().