Searched refs:max_ndim (Results 1 – 1 of 1) sorted by relevance
33 self.max_ndim = 082 if buftype.ndim > self.max_ndim:83 self.max_ndim = buftype.ndim487 def get_empty_bufstruct_code(max_ndim): argument491 """) % (", ".join(["0"] * max_ndim), ", ".join(["-1"] * max_ndim))