HomeSort by relevance Sort by last modified time
    Searched refs:ND_PIL (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/Lib/test/
test_buffer.py     [all...]
  /external/python/cpython3/Modules/
_testbuffer.c 56 #define ND_PIL 0x010 /* convert to PIL-style array (suboffsets) */
270 ndbuf->flags |= ND_PIL;
1127 if (ndbuf->flags & ND_PIL) {
1129 "ndim = 0 cannot be used in conjunction with ND_PIL");
    [all...]

Completed in 161 milliseconds