MCPcopy
hub / github.com/ycm-core/YouCompleteMe / GetDefinedSubcommands

Method GetDefinedSubcommands

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

Source from the content-addressed store, hash-verified

514
515
516 def GetDefinedSubcommands( self ):
517 request = BaseRequest()
518 subcommands = request.PostDataToHandler( BuildRequestData(),
519 'defined_subcommands' )
520 return subcommands if subcommands else []
521
522
523 def GetCurrentCompletionRequest( self ):

Calls 3

PostDataToHandlerMethod · 0.95
BaseRequestClass · 0.90
BuildRequestDataFunction · 0.90