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

Method __gt__

src/pptx/text/layout.py:271–272  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

269 return tuple.__new__(cls, (text, remainder))
270
271 def __gt__(self, other):
272 return len(self.text) > len(other.text)
273
274 def __lt__(self, other):
275 return not self.__gt__(other)

Callers 1

__lt__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected