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

Method __len__

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

Source from the content-addressed store, hash-verified

11572 self.fillstroke_count = 0
11573
11574 def __len__(self):
11575 return self.paths.__len__()
11576
11577 def append(self, path):
11578 self.paths.append(path)

Callers

nothing calls this directly

Calls 1

__len__Method · 0.45

Tested by

no test coverage detected