MCPcopy
hub / github.com/ternjs/tern_for_vim / Project

Class Project

script/tern.py:22–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20_tern_projects = {}
21
22class Project(object):
23 def __init__(self, dir):
24 self.dir = dir
25 self.port = None
26 self.proc = None
27 self.last_failed = 0
28
29 def __del__(self):
30 tern_killServer(self)
31
32def tern_projectDir():
33 cur = vim.eval("b:ternProjectDir")

Callers 1

tern_findServerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected