Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
78
def
_NSApp():
79
""
"Return the global NSApplication instance (NSApp)"
""
80
return
msg(C(
'NSApplication'
), n(
'sharedApplication'
))
81
82
83
def
_wake(NSApp):
Callers
2
_input_callback
Function · 0.85
inputhook
Function · 0.85
Calls
2
n
Function · 0.85
C
Function · 0.70
Tested by
no test coverage detected