Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Darraymodule.c1436 int not_enough_bytes; in array_array_fromfile_impl() local
1459 not_enough_bytes = (PyBytes_GET_SIZE(b) != nbytes); in array_array_fromfile_impl()
1466 if (not_enough_bytes) { in array_array_fromfile_impl()