Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ listp
Function
listp
Lib/test/test_buffer.py:272–273 ·
view source on GitHub ↗
(lst)
Source
from the content-addressed store, hash-verified
270
return
not isinstance(lst, list)
271
272
def
listp(lst):
273
return
isinstance(lst, list)
274
275
def
prod(lst):
276
""
"Product of list elements."
""
Callers
2
carray
Function · 0.85
farray
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…