Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scanny/python-pptx
/ __init__
Method
__init__
tests/oxml/unitdata/text.py:61–64 ·
view source on GitHub ↗
(self, tag, nspfxs)
Source
from the content-addressed store, hash-verified
59
__attrs__ = ()
60
61
def
__init__(self, tag, nspfxs):
62
self.__tag__ = tag
63
self.__nspfxs__ = nspfxs
64
super(XsdString, self).__init__()
65
66
67
def
a_p():
Callers
1
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected