Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
def
_contains(s, parts=()):
18
return
any(p
for
p in parts
if
p in s)
19
20
21
def
_get_package_data():
Callers
1
_get_debugger_wheel_urls
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected