Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ccagml/leetcode-extension
/ parseNumberArrayArray
Function
parseNumberArrayArray
resources/debug/entry/python3/entry.py:70–75 ·
view source on GitHub ↗
(param)
Source
from the content-addressed store, hash-verified
68
69
70
def
parseNumberArrayArray(param):
71
if
(not isList(param)):
72
onParameterError()
73
for
i in param:
74
parseNumberArray(i)
75
return
param
76
77
78
def
parseString(param):
Callers
1
parseParameter
Function · 0.70
Calls
3
isList
Function · 0.85
onParameterError
Function · 0.70
parseNumberArray
Function · 0.70
Tested by
no test coverage detected