Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ isstring
Function
isstring
tools/python-3.11.9-amd64/Lib/re/_compiler.py:570–571 ·
view source on GitHub ↗
(obj)
Source
from the content-addressed store, hash-verified
568
code[skip] = len(code) - skip
569
570
def
isstring(obj):
571
return
isinstance(obj, (str, bytes))
572
573
def
_code(p, flags):
574
Callers
1
compile
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected