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

Method __init__

python/ycm/syntax_parse.py:57–60  ·  view source on GitHub ↗
( self, name, lines = None )

Source from the content-addressed store, hash-verified

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

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected