Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
back_unicode_name_matches
Function · 0.80
unicode_names
Method · 0.80
_unicode_name_compute
Function · 0.80
_supports_kitty_graphics
Function · 0.80
recompute_unicode_ranges
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected