MCPcopy Create free account
hub / github.com/scanny/python-pptx / _tbl_tmpl

Method _tbl_tmpl

src/pptx/oxml/table.py:165–173  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

163
164 @classmethod
165 def _tbl_tmpl(cls):
166 return (
167 "<a:tbl %s>\n"
168 ' <a:tblPr firstRow="1" bandRow="1">\n'
169 " <a:tableStyleId>%s</a:tableStyleId>\n"
170 " </a:tblPr>\n"
171 " <a:tblGrid/>\n"
172 "</a:tbl>" % (nsdecls("a"), "%s")
173 )
174
175
176class CT_TableCell(BaseOxmlElement):

Callers 1

new_tblMethod · 0.80

Calls 1

nsdeclsFunction · 0.90

Tested by

no test coverage detected