MCPcopy 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
90def is_string(x):
91 return isinstance(x, str)
92
93
94def to_string(x):

Callers 1

to_numberFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected