Searched refs:bytes_compare_eq (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Objects/ | ||
H A D | bytesobject.c | 1505 bytes_compare_eq(PyBytesObject *a, PyBytesObject *b) in bytes_compare_eq() function 1561 int eq = bytes_compare_eq(a, b); in bytes_richcompare() |
Completed in 4 milliseconds