Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ccagml/leetcode-extension
/ isCharacter
Function
isCharacter
resources/debug/entry/python3/entry.py:46–47 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
44
45
46
def
isCharacter(s):
47
return
isString(s) and len(s) == 1
48
49
50
def
isList(li):
Callers
1
parseCharacter
Function · 0.70
Calls
1
isString
Function · 0.70
Tested by
no test coverage detected