MCPcopy Index your code
hub / github.com/ipython/ipython / parent

Method parent

tests/test_kitty.py:76–77  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

74
75 class DeniedProcess:
76 def parent(self):
77 raise psutil.AccessDenied(pid=1)
78
79 def name(self):
80 raise psutil.AccessDenied(pid=1)

Callers 1

_supports_kitty_graphicsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected