Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dlongobject.c.h340 PyObject *bytes_obj; in int_from_bytes() local
/external/autotest/client/bin/
Dutils.py2427 def bytes_to_str(bytes_obj): argument
/external/python/cpython3/Objects/
Dlongobject.c5489 int_from_bytes_impl(PyTypeObject *type, PyObject *bytes_obj, in int_from_bytes_impl()
/external/python/cpython3/Modules/
D_pickle.c2492 PyObject *bytes_obj = PyBytes_FromObject(obj); in save_bytearray() local