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

Function new

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

Source from the content-addressed store, hash-verified

45 return '{%s}%s' % (uri, tagroot)
46
47def new(tag, **extra):
48 return Element(qn(tag), **extra)
49
50def sub_elm(parent, tag, **extra):
51 return SubElement(parent, qn(tag), **extra)

Callers 2

empty_cellFunction · 0.85
objectify_lab.pyFile · 0.85

Calls 2

ElementClass · 0.70
qnFunction · 0.70

Tested by

no test coverage detected