Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fabioz/PyDev.Debugger
/ is_string
Function
is_string
_pydevd_bundle/pydevd_utils.py:90–91 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
88
89
90
def
is_string(x):
91
return
isinstance(x, str)
92
93
94
def
to_string(x):
Callers
1
to_number
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected