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

Function isNumber

resources/debug/entry/python3/entry.py:38–39  ·  view source on GitHub ↗
(num)

Source from the content-addressed store, hash-verified

36
37
38def isNumber(num):
39 return isinstance(num, int)
40
41
42def isString(s):

Callers 3

parseNumberFunction · 0.70
parseNumberArrayFunction · 0.70
parseTreeNodeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected