MCPcopy Create free account
hub / github.com/ccagml/leetcode-extension / isList

Function isList

resources/debug/entry/python3/entry.py:50–51  ·  view source on GitHub ↗
(li)

Source from the content-addressed store, hash-verified

48
49
50def isList(li):
51 return isinstance(li, list)
52
53
54def parseNumber(param):

Callers 13

parseNumberArrayFunction · 0.85
parseNumberArrayArrayFunction · 0.85
parseStringArrayFunction · 0.85
parseStringArrayArrayFunction · 0.85
parseListNodeFunction · 0.85
parseListNodeArrayFunction · 0.85
parseCharacterArrayFunction · 0.85
parseCharacterArrayArrayFunction · 0.85
__init__Method · 0.85
isIntegerMethod · 0.85
getIntegerMethod · 0.85
getListMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected