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

Method get_plugin_lazy_init

pydevd.py:1250–1253  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1248 return self._threads_suspended_single_notification
1249
1250 def get_plugin_lazy_init(self):
1251 if self.plugin is None:
1252 self.plugin = PluginManager(self)
1253 return self.plugin
1254
1255 def in_project_scope(self, frame, absolute_filename=None):
1256 """

Callers 2

add_breakpointMethod · 0.80

Calls 1

PluginManagerClass · 0.90

Tested by

no test coverage detected