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

Method __lt__

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

Source from the content-addressed store, hash-verified

272 return len(self.text) > len(other.text)
273
274 def __lt__(self, other):
275 return not self.__gt__(other)
276
277 def __len__(self):
278 return len(self.text)

Callers

nothing calls this directly

Calls 1

__gt__Method · 0.95

Tested by

no test coverage detected