MCPcopy Index your code
hub / github.com/sqlmapproject/sqlmap / isListLike

Function isListLike

lib/core/convert.py:115–116  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

113 return [_ for _ in values if _] if isinstance(values, _collections.Iterable) else values
114
115def isListLike(value): # Cross-referenced function
116 return isinstance(value, (list, tuple, set, BigArray))
117
118def shellExec(cmd): # Cross-referenced function
119 raise NotImplementedError

Callers 1

getUnicodeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…