MCPcopy Create free account
hub / github.com/Vector35/debugger / __init__

Method __init__

api/python/debuggercontroller.py:35–37  ·  view source on GitHub ↗
(self, pid, name)

Source from the content-addressed store, hash-verified

33 """
34
35 def __init__(self, pid, name):
36 self.pid = pid
37 self.name = name
38
39 def __eq__(self, other):
40 if not isinstance(other, self.__class__):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected