MCPcopy Create free account
hub / github.com/ipython/ipython / n

Function n

IPython/terminal/pt_inputhooks/osx.py:29–31  ·  view source on GitHub ↗

create a selector name (for ObjC methods)

(name)

Source from the content-addressed store, hash-verified

27 return s
28
29def n(name):
30 """create a selector name (for ObjC methods)"""
31 return objc.sel_registerName(_utf8(name))
32
33def C(classname):
34 """get an ObjC Class by name"""

Callers 4

_NSAppFunction · 0.85
_wakeFunction · 0.85
_input_callbackFunction · 0.85
inputhookFunction · 0.85

Calls 1

_utf8Function · 0.85

Tested by

no test coverage detected