# @return True if this NestedInteger holds a single integer, rather than a nested list. # @return the nested list that this NestedInteger holds, if it holds a nested list # Return None if this ...
# This is the interface that allows for creating nested lists. # If value is not specified, initializes an empty list. # Otherwise initializes a single integer equal to value. # def isInteger(self): # ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results