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

Method name

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

Source from the content-addressed store, hash-verified

77 raise psutil.AccessDenied(pid=1)
78
79 def name(self):
80 raise psutil.AccessDenied(pid=1)
81
82 monkeypatch.setattr(psutil, "Process", lambda *args, **kwargs: DeniedProcess())
83

Callers 5

unicode_namesMethod · 0.80
_unicode_name_computeFunction · 0.80
_supports_kitty_graphicsFunction · 0.80
recompute_unicode_rangesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected