MCPcopy Index your code
hub / github.com/nodejs/node / CmpTuple

Class CmpTuple

tools/gyp/tools/pretty_vcproj.py:28–32  ·  view source on GitHub ↗

Compare function between 2 tuple.

Source from the content-addressed store, hash-verified

26
27
28class CmpTuple:
29 """Compare function between 2 tuple."""
30
31 def __call__(self, x, y):
32 return cmp(x[0], y[0])
33
34
35class CmpNode:

Callers 2

get_stringMethod · 0.85
PrettyPrintNodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…