Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ isstring
Function
isstring
Lib/re/_compiler.py:587–588 ·
view source on GitHub ↗
(obj)
Source
from the content-addressed store, hash-verified
585
code[skip] = len(code) - skip
586
587
def
isstring(obj):
588
return
isinstance(obj, (str, bytes))
589
590
def
_code(p, flags):
591
Callers
1
compile
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…