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

Method __new__

src/pptx/text/layout.py:268–269  ·  view source on GitHub ↗
(cls, text, remainder)

Source from the content-addressed store, hash-verified

266 """
267
268 def __new__(cls, text, remainder):
269 return tuple.__new__(cls, (text, remainder))
270
271 def __gt__(self, other):
272 return len(self.text) > len(other.text)

Callers 1

__new__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected