MCPcopy 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
46def isCharacter(s):
47 return isString(s) and len(s) == 1
48
49
50def isList(li):

Callers 1

parseCharacterFunction · 0.70

Calls 1

isStringFunction · 0.70

Tested by

no test coverage detected