Home
last modified time | relevance | path

Searched refs:wfmt (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Objects/
H A Dmemoryobject.c2844 char vfmt, wfmt; in memory_richcompare() local
2881 if (get_native_fmtchar(&wfmt, ww->format) < 0) in memory_richcompare()
2882 wfmt = '_'; in memory_richcompare()
2883 if (vfmt == '_' || wfmt == '_' || vfmt != wfmt) { in memory_richcompare()

Completed in 5 milliseconds