Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
50
def
isList(li):
51
return
isinstance(li, list)
52
53
54
def
parseNumber(param):
Callers
13
parseNumberArray
Function · 0.85
parseNumberArrayArray
Function · 0.85
parseStringArray
Function · 0.85
parseStringArrayArray
Function · 0.85
parseListNode
Function · 0.85
parseListNodeArray
Function · 0.85
parseCharacterArray
Function · 0.85
parseCharacterArrayArray
Function · 0.85
__init__
Method · 0.85
isInteger
Method · 0.85
getInteger
Method · 0.85
getList
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected