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

Method __init__

python/ycm/tests/test_utils.py:717–718  ·  view source on GitHub ↗
( self, code )

Source from the content-addressed store, hash-verified

715class VimError( Exception ):
716
717 def __init__( self, code ):
718 self.code = code
719
720
721 def __str__( self ):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected