Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ C
Function
C
IPython/terminal/pt_inputhooks/osx.py:33–35 ·
view source on GitHub ↗
get an ObjC Class by name
(classname)
Source
from the content-addressed store, hash-verified
31
return
objc.sel_registerName(_utf8(name))
32
33
def
C(classname):
34
""
"get an ObjC Class by name"
""
35
return
objc.objc_getClass(_utf8(classname))
36
37
# end obj-c boilerplate from appnope
38
Callers
2
_NSApp
Function · 0.70
_wake
Function · 0.70
Calls
1
_utf8
Function · 0.85
Tested by
no test coverage detected