Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/debugpy
/ __init__
Method
__init__
src/debugpy/common/messaging.py:55–57 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
53
""
"
54
55
def
__init__(self, *args, **kwargs):
56
args = args
if
len(args)
else
[
"No more messages"
]
57
super().__init__(*args, **kwargs)
58
59
60
class
JsonIOStream(object):
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected