Searched defs:int_from_bytes (Results 1 – 2 of 2) sorted by relevance
89 def int_from_bytes(value, signed=False): function245 def int_from_bytes(value, signed=False): function
348 int_from_bytes(PyTypeObject *type, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in int_from_bytes() function