MCPcopy 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
42def isString(s):
43 return isinstance(s, str)
44
45
46def isCharacter(s):

Callers 2

isCharacterFunction · 0.70
parseStringFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected