Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
38
def
isNumber(num):
39
return
isinstance(num, int)
40
41
42
def
isString(s):
Callers
3
parseNumber
Function · 0.70
parseNumberArray
Function · 0.70
parseTreeNode
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected