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

Method __init__

tests/oxml/unitdata/text.py:42–44  ·  view source on GitHub ↗
(self, tag)

Source from the content-addressed store, hash-verified

40 __attrs__ = ("b", "i", "sz", "u")
41
42 def __init__(self, tag):
43 self.__tag__ = tag
44 super(CT_TextCharacterPropertiesBuilder, self).__init__()
45
46
47class CT_TextParagraphBuilder(BaseBuilder):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected