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

Method __eq__

python/ycm/tests/test_utils.py:599–604  ·  view source on GitHub ↗
( self, other )

Source from the content-addressed store, hash-verified

597
598
599 def __eq__( self, other ):
600 return ( self.prop_type == other.prop_type and
601 self.start_line == other.start_line and
602 self.start_column == other.start_column and
603 self.end_line == other.end_line and
604 self.end_column == other.end_column )
605
606
607 def __repr__( self ):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected