Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ternjs/tern_for_vim
/ tern_displayError
Function
tern_displayError
script/tern.py:6–7 ·
view source on GitHub ↗
(err)
Source
from the content-addressed store, hash-verified
4
opener = urllib2.build_opener(urllib2.ProxyHandler({}))
5
6
def
tern_displayError(err):
7
vim.command(
"echo "
+ json.dumps(str(err)))
8
9
def
tern_makeRequest(port, doc):
10
try
:
Callers
3
tern_makeRequest
Function · 0.85
tern_startServer
Function · 0.85
tern_runCommand
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected