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

Function nsdecls

lab/parse_xsd/objectify_lab.py:26–27  ·  view source on GitHub ↗
(*prefixes)

Source from the content-addressed store, hash-verified

24 }
25
26def nsdecls(*prefixes):
27 return ' '.join(['xmlns:%s="%s"' % (pfx, nsmap[pfx]) for pfx in prefixes])
28
29def pfxdtag(tag):
30 """

Callers 1

objectify_lab.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…