Home
last modified time | relevance | path

Searched refs:int_to_bytes (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Objects/clinic/
Dlongobject.c.h142 {"to_bytes", (PyCFunction)int_to_bytes, METH_FASTCALL|METH_KEYWORDS, int_to_bytes__doc__},
149 int_to_bytes(PyObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in int_to_bytes() function