Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
56
class
SyntaxGroup:
57
def
__init__( self, name, lines = None ):
58
self.name = name
59
self.lines = lines
if
lines
else
[]
60
self.children = []
61
62
63
def
SyntaxKeywordsForCurrentBuffer():
Callers
3
_SyntaxGroupsFromOutput
Function · 0.85
AddToGroupMap
Function · 0.85
_CreateInitialGroupMap
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected