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

Method change_variable

_pydevd_bundle/pydevd_plugin_utils.py:202–208  ·  view source on GitHub ↗
(self, frame, attr, expression, scope=None)

Source from the content-addressed store, hash-verified

200 return None
201
202 def change_variable(self, frame, attr, expression, scope=None):
203 for plugin in self.active_plugins:
204 ret = plugin.change_variable(frame, attr, expression, self.EMPTY_SENTINEL, scope)
205 if ret is not self.EMPTY_SENTINEL:
206 return ret
207
208 return self.EMPTY_SENTINEL

Callers 2

change_attr_expressionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected