MCPcopy Create free account
hub / github.com/ycm-core/YouCompleteMe / StopServer

Function StopServer

python/ycm/tests/__init__.py:97–103  ·  view source on GitHub ↗
( ycm )

Source from the content-addressed store, hash-verified

95
96
97def StopServer( ycm ):
98 try:
99 ycm.OnVimLeave()
100 WaitUntilProcessIsTerminated( ycm._server_popen )
101 CloseStandardStreams( ycm._server_popen )
102 except Exception:
103 pass
104
105
106def YouCompleteMeInstance( custom_options = {} ):

Calls 1

OnVimLeaveMethod · 0.80