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

Method ParseRequestPending

python/ycm/buffer.py:67–68  ·  view source on GitHub ↗
( self )

Source from the content-addressed store, hash-verified

65
66
67 def ParseRequestPending( self ):
68 return bool( self._parse_request ) and not self._parse_request.Done()
69
70
71 def NeedsReparse( self ):

Callers 1

OnInsertLeaveMethod · 0.80

Calls 1

DoneMethod · 0.45

Tested by

no test coverage detected