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

Function _NSApp

IPython/terminal/pt_inputhooks/osx.py:78–80  ·  view source on GitHub ↗

Return the global NSApplication instance (NSApp)

()

Source from the content-addressed store, hash-verified

76
77
78def _NSApp():
79 """Return the global NSApplication instance (NSApp)"""
80 return msg(C('NSApplication'), n('sharedApplication'))
81
82
83def _wake(NSApp):

Callers 2

_input_callbackFunction · 0.85
inputhookFunction · 0.85

Calls 2

nFunction · 0.85
CFunction · 0.70

Tested by

no test coverage detected