Searched defs:py_bytes (Results 1 – 2 of 2) sorted by relevance
32 static inline bool py_bytes(PyObject *py_value, /* out */ char **bytes, in py_bytes() function
181 let py_bytes = event.call_method0(py, intern!(py, "__bytes__"))?; in send_command() localVariable