Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ycm-core/YouCompleteMe
/ Done
Method
Done
python/ycm/client/completion_request.py:42–43 ·
view source on GitHub ↗
( self )
Source
from the content-addressed store, hash-verified
40
41
42
def
Done( self ):
43
return
bool( self._response_future ) and self._response_future.done()
44
45
46
def
_RawResponse( self ):
Callers
1
OnCompleteDone
Method · 0.95
Calls
1
done
Method · 0.80
Tested by
no test coverage detected