Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
21968
def
PySequence_Size(s):
21969
return
len(s)
21970
21971
21972
# constants: error messages. These are also in extra.i.
Callers
6
_add_ink_annot
Method · 0.85
_add_multiline
Method · 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
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…