Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ccagml/leetcode-extension
/ isString
Function
isString
resources/debug/entry/python3/entry.py:42–43 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
40
41
42
def
isString(s):
43
return
isinstance(s, str)
44
45
46
def
isCharacter(s):
Callers
2
isCharacter
Function · 0.70
parseString
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected