MCPcopy Create free account
hub / github.com/pymupdf/PyMuPDF / __len__

Method __len__

src/__init__.py:14398–14399  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

14396 if lr is not None: self.lr = Point(lr)
14397
14398 def __len__(self):
14399 return 4
14400
14401 def __mul__(self, m):
14402 q = Quad(self)

Callers 2

__len__Method · 0.45
__contains__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected