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

Class SyntaxGroup

python/ycm/syntax_parse.py:56–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54
55
56class SyntaxGroup:
57 def __init__( self, name, lines = None ):
58 self.name = name
59 self.lines = lines if lines else []
60 self.children = []
61
62
63def SyntaxKeywordsForCurrentBuffer():

Callers 3

_SyntaxGroupsFromOutputFunction · 0.85
AddToGroupMapFunction · 0.85
_CreateInitialGroupMapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected