MCPcopy 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
33def 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

_NSAppFunction · 0.70
_wakeFunction · 0.70

Calls 1

_utf8Function · 0.85

Tested by

no test coverage detected