Searched refs:PyBytes_CheckExact (Results 1 – 3 of 3) sorted by relevance
5 #define PyBytes_CheckExact PyString_CheckExact macro
429 || PyBytes_CheckExact(op) in _PyCode_ConstantKey()
30 if (PyBytes_CheckExact(arg)) { in _getbytevalue()