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

Method __init__

src/pptx/text/fonts.py:244–245  ·  view source on GitHub ↗
(self, tag, stream, offset, length)

Source from the content-addressed store, hash-verified

242 """
243
244 def __init__(self, tag, stream, offset, length):
245 super(_HeadTable, self).__init__(tag, stream, offset, length)
246
247 @property
248 def is_bold(self):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected