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

Function PySequence_Check

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

Source from the content-addressed store, hash-verified

21962
21963
21964def PySequence_Check(s):
21965 return isinstance(s, (tuple, list))
21966
21967
21968def PySequence_Size(s):

Callers 7

_add_ink_annotMethod · 0.85
JM_FLOAT_ITEMFunction · 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
JM_set_widget_propertiesFunction · 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…