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

Method Done

python/ycm/client/event_notification.py:41–42  ·  view source on GitHub ↗
( self )

Source from the content-addressed store, hash-verified

39
40
41 def Done( self ):
42 return bool( self._response_future ) and self._response_future.done()
43
44
45 def Response( self ):

Callers

nothing calls this directly

Calls 1

doneMethod · 0.80

Tested by

no test coverage detected