Searched defs:cmp (Results 1 - 1 of 1) sorted by relevance

/pkg/src/modules/
H A Dmisc.py2938 """cmp method for dictionary, translated from the source code
2942 return cmp(len(a), len(b))
2949 return cmp(adiff, bdiff)
2950 return cmp(a[adiff], b[bdiff])
2952 def cmp(a, b): function
2953 """Implementaion for Python 2.7's built-in function cmp(), which is

Completed in 18 milliseconds