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

Method __le__

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

Source from the content-addressed store, hash-verified

339 def __eq__(self, other):
340 return mycmp(self.obj, other.obj) == 0
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):

Callers

nothing calls this directly

Calls 1

mycmpFunction · 0.85

Tested by

no test coverage detected