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

Function sub_elm

lab/parse_xsd/objectify_lab.py:50–51  ·  view source on GitHub ↗
(parent, tag, **extra)

Source from the content-addressed store, hash-verified

48 return Element(qn(tag), **extra)
49
50def sub_elm(parent, tag, **extra):
51 return SubElement(parent, qn(tag), **extra)
52
53# ============================================================================
54# generate XML for Table shape

Callers 1

objectify_lab.pyFile · 0.85

Calls 1

qnFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…