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

Function PySequence_Size

src/__init__.py:21968–21969  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

21966
21967
21968def PySequence_Size(s):
21969 return len(s)
21970
21971
21972# constants: error messages. These are also in extra.i.

Callers 6

_add_ink_annotMethod · 0.85
_add_multilineMethod · 0.85
JM_irect_from_pyFunction · 0.85
JM_matrix_from_pyFunction · 0.85
JM_quad_from_pyFunction · 0.85
JM_rect_from_pyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…