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

Function nsdecls

src/pptx/oxml/ns.py:105–106  ·  view source on GitHub ↗
(*prefixes: str)

Source from the content-addressed store, hash-verified

103
104
105def nsdecls(*prefixes: str):
106 return " ".join(['xmlns:%s="%s"' % (pfx, _nsmap[pfx]) for pfx in prefixes])
107
108
109def nsuri(nspfx: str):

Callers 15

txMethod · 0.90
catMethod · 0.90
valMethod · 0.90
xValMethod · 0.90
yValMethod · 0.90
bubbleSizeMethod · 0.90
CT_CorePropertiesClass · 0.90
new_txPrMethod · 0.90
_a_txBody_tmplMethod · 0.90
_p_txBody_tmplMethod · 0.90
_txBody_tmplMethod · 0.90
_new_rMethod · 0.90

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…