MCPcopy Create free account
hub / github.com/deepnote/vscode-deepnote / _contains

Function _contains

pythonFiles/install_debugpy.py:17–18  ·  view source on GitHub ↗
(s, parts=())

Source from the content-addressed store, hash-verified

15
16
17def _contains(s, parts=()):
18 return any(p for p in parts if p in s)
19
20
21def _get_package_data():

Callers 1

_get_debugger_wheel_urlsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected