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

  /external/python/cpython3/Lib/test/
test_buffer.py 620 offset=offset, flags=ND_WRITABLE|flags)
880 ro = 0 if readonly else ND_WRITABLE
    [all...]
  /external/python/cpython3/Lib/ctypes/test/
test_frombuffer.py 56 flags = _testbuffer.ND_WRITABLE | _testbuffer.ND_FORTRAN
  /external/python/cpython3/Modules/
_testbuffer.c 53 #define ND_WRITABLE 0x002 /* mark base buffer as writable */
258 nd->head->flags = base->readonly ? 0 : ND_WRITABLE;
838 base->readonly = !(ndbuf->flags & ND_WRITABLE);
    [all...]

Completed in 173 milliseconds