MCPcopy
hub / github.com/ternjs/tern_for_vim / __gt__

Method __gt__

script/tern.py:337–338  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

335 def __lt__(self, other):
336 return mycmp(self.obj, other.obj) < 0
337 def __gt__(self, other):
338 return mycmp(self.obj, other.obj) > 0
339 def __eq__(self, other):
340 return mycmp(self.obj, other.obj) == 0
341 def __le__(self, other):

Callers

nothing calls this directly

Calls 1

mycmpFunction · 0.85

Tested by

no test coverage detected