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

Method __init__

python/ycm/tests/test_utils.py:635–638  ·  view source on GitHub ↗
( self, line, name, bufnr )

Source from the content-addressed store, hash-verified

633class VimSign:
634
635 def __init__( self, line, name, bufnr ):
636 self.line = line
637 self.name = name
638 self.bufnr = bufnr
639
640
641 def __eq__( self, other ):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected