Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ listp
Function
listp
Lib/test/test_buffer.py:260–261 ·
view source on GitHub ↗
(lst)
Source
from the content-addressed store, hash-verified
258
return
not isinstance(lst, list)
259
260
def
listp(lst):
261
return
isinstance(lst, list)
262
263
def
prod(lst):
264
""
"Product of list elements."
""
Callers
2
carray
Function · 0.85
farray
Function · 0.85
Calls
1
isinstance
Function · 0.85
Tested by
no test coverage detected