Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
47
def
new(tag, **extra):
48
return
Element(qn(tag), **extra)
49
50
def
sub_elm(parent, tag, **extra):
51
return
SubElement(parent, qn(tag), **extra)
Callers
2
empty_cell
Function · 0.85
objectify_lab.py
File · 0.85
Calls
2
Element
Class · 0.70
qn
Function · 0.70
Tested by
no test coverage detected