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

Method instance

pydev_ipython/inputhookqt6.py:34–37  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

32
33 @classmethod
34 def instance(cls):
35 if cls._instance is None:
36 cls._instance = cls()
37 return cls._instance
38
39 def set_hook(self, *args, **kwargs):
40 # We don't consider the pre_prompt_hook because we don't have

Callers 2

create_inputhook_qt6Function · 0.45
inputhook_qt6Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected