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

Method set_project_roots

pydevd.py:1459–1461  ·  view source on GitHub ↗
(self, project_roots)

Source from the content-addressed store, hash-verified

1457 return False
1458
1459 def set_project_roots(self, project_roots):
1460 self._files_filtering.set_project_roots(project_roots)
1461 self._clear_caches()
1462
1463 def set_exclude_filters(self, exclude_filters):
1464 self._files_filtering.set_exclude_filters(exclude_filters)

Callers

nothing calls this directly

Calls 1

_clear_cachesMethod · 0.95

Tested by

no test coverage detected