Searched refs:buffer_options (Results 1 – 1 of 1) sorted by relevance
117 buffer_options = ("dtype", "ndim", "mode", "negative_indices", "cast") # ordered! variable151 if not name in buffer_options:155 for name, (value, pos) in zip(buffer_options, posargs):156 if not name in buffer_options:163 for name in buffer_options: