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

Method FileParseRequestReady

python/ycm/buffer.py:45–47  ·  view source on GitHub ↗
( self, block = False )

Source from the content-addressed store, hash-verified

43
44
45 def FileParseRequestReady( self, block = False ):
46 return ( bool( self._parse_request ) and
47 ( block or self._parse_request.Done() ) )
48
49
50 def SendParseRequest( self, extra_data ):

Calls 1

DoneMethod · 0.45