Home
last modified time | relevance | path

Searched defs:bytes_obj (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Objects/clinic/
Dlongobject.c.h340 PyObject *bytes_obj; in int_from_bytes() local
/third_party/python/Objects/
Dlongobject.c5489 int_from_bytes_impl(PyTypeObject *type, PyObject *bytes_obj, in int_from_bytes_impl()
/third_party/python/Modules/
D_pickle.c2492 PyObject *bytes_obj = PyBytes_FromObject(obj); in save_bytearray() local