|
|
Go to the documentation of this file.
3 from __future__
import print_function
6 from xml.parsers
import expat
12 def __init__(self, title="CMS SDT pages", style=None, outFile=sys.stdout) :
18 print(
"\n================================================================================\n")
48 for fmt
in self.
cols :
68 def __init__(self, title="CMS SDT pages ", style=None, outFile=sys.stdout, scriptCode='') :
99 def write(self, arg="", bold=False) :
137 def startTable(self, colSizes, colLabels, id=None, cls=None, tableAttr=None) :
139 tableString =
'<table '
141 tableString += tableAttr
143 tableString +=
' id="'+id+
'" '
145 tableString +=
' class="'+cls+
'" '
150 for col
in colLabels :
151 self.
outFile.
write(
" <th> <b>" + col +
"</b> </th>" +
'\n')
164 if string.strip(
str(arg)) ==
"" : arg =
" "
177 for arg, cellStyle
in zip(args, styles):
178 if string.strip(
str(arg)) ==
"" : arg =
" "
179 cellStyle = cellStyle.strip()
180 if cellStyle !=
'' : self.
outFile.
write(
'<td class='+cellStyle+
'> ' )
void print(TMatrixD &m, const char *label=nullptr, bool mathematicaFormat=false)
OutputIterator zip(InputIterator1 first1, InputIterator1 last1, InputIterator2 first2, InputIterator2 last2, OutputIterator result, Compare comp)