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

Method __ge__

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

Source from the content-addressed store, hash-verified

341 def __le__(self, other):
342 return mycmp(self.obj, other.obj) <= 0
343 def __ge__(self, other):
344 return mycmp(self.obj, other.obj) >= 0
345 def __ne__(self, other):
346 return mycmp(self.obj, other.obj) != 0
347 return K

Callers

nothing calls this directly

Calls 1

mycmpFunction · 0.85

Tested by

no test coverage detected