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

Method __init__

python/ycm/buffer.py:154–155  ·  view source on GitHub ↗
( self, user_options )

Source from the content-addressed store, hash-verified

152class BufferDict( dict ):
153
154 def __init__( self, user_options ):
155 self._user_options = user_options
156
157
158 def __missing__( self, key ):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected