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

Method SignatureHelpRequestReady

python/ycm/youcompleteme.py:409–411  ·  view source on GitHub ↗
( self )

Source from the content-addressed store, hash-verified

407
408
409 def SignatureHelpRequestReady( self ):
410 return bool( self._latest_signature_help_request and
411 self._latest_signature_help_request.Done() )
412
413
414 def GetSignatureHelpResponse( self ):

Callers

nothing calls this directly

Calls 1

DoneMethod · 0.45

Tested by

no test coverage detected