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

Method __ne__

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

Source from the content-addressed store, hash-verified

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
348
349def tern_rename(newName):

Callers

nothing calls this directly

Calls 1

mycmpFunction · 0.85

Tested by

no test coverage detected