MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / to_string

Function to_string

_pydevd_bundle/pydevd_utils.py:94–98  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

92
93
94def to_string(x):
95 if isinstance(x, str):
96 return x
97 else:
98 return str(x)
99
100
101def print_exc():

Callers 6

__init__Method · 0.90
array_to_xmlFunction · 0.90
compare_object_attrs_keyFunction · 0.85
get_variable_detailsFunction · 0.85
~NotificationHelperMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected