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

Function empty_cell

lab/parse_xsd/objectify_lab.py:57–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55# ============================================================================
56
57def empty_cell():
58 tc = new('a:tc')
59 tc.txBody = new('a:txBody')
60 tc.txBody.bodyPr = new('a:bodyPr')
61 tc.txBody.lstStyle = new('a:lstStyle')
62 tc.txBody.p = new('a:p')
63 tc.tcPr = new('a:tcPr')
64 return tc
65
66
67graphicFrame_tmpl = """

Callers 1

objectify_lab.pyFile · 0.85

Calls 1

newFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…