MCPcopy 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
272def listp(lst):
273 return isinstance(lst, list)
274
275def prod(lst):
276 """Product of list elements."""

Callers 2

carrayFunction · 0.85
farrayFunction · 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…