Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
21964
def
PySequence_Check(s):
21965
return
isinstance(s, (tuple, list))
21966
21967
21968
def
PySequence_Size(s):
Callers
7
_add_ink_annot
Method · 0.85
JM_FLOAT_ITEM
Function · 0.85
JM_irect_from_py
Function · 0.85
JM_matrix_from_py
Function · 0.85
JM_quad_from_py
Function · 0.85
JM_rect_from_py
Function · 0.85
JM_set_widget_properties
Function · 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…