DEBSOURCES
Skip Quicknav
sources / mpi4py / 1.3%2Bhg20120611-3 / demo / mpi-ref-v1 / ex-3.04.py
123456789
execfile('ex-3.02.py') count = 3 newtype = dtype.Create_contiguous(count) assert newtype.extent == dtype.extent * count dtype.Free() newtype.Free()