Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
105
def
nsdecls(*prefixes: str):
106
return
" "
.join([
'xmlns:%s="%s"'
% (pfx, _nsmap[pfx])
for
pfx in prefixes])
107
108
109
def
nsuri(nspfx: str):
Callers
15
tx
Method · 0.90
cat
Method · 0.90
val
Method · 0.90
xVal
Method · 0.90
yVal
Method · 0.90
bubbleSize
Method · 0.90
CT_CoreProperties
Class · 0.90
new_txPr
Method · 0.90
_a_txBody_tmpl
Method · 0.90
_p_txBody_tmpl
Method · 0.90
_txBody_tmpl
Method · 0.90
_new_r
Method · 0.90
Calls
no outgoing calls
Tested by
7
it_can_create_a_new_tbl_element_tree
Method · 0.72
it_formats_namespace_declarations_from_a_list_of_prefixes
Method · 0.72
it_can_create_a_new_pic_element
Method · 0.72
it_can_create_a_new_video_pic_element
Method · 0.72
it_knows_how_to_create_a_new_autoshape_sp
Method · 0.72
it_knows_how_to_create_a_new_textbox_sp
Method · 0.72
new_ph_sp_fixture
Method · 0.72
Used in the wild
real call sites across dependent graphs
searching dependent graphs…