Lines Matching refs:item
157 """Return random item for a type specified by a mode and a single
173 """Return single random item."""
200 item = gen_item(xfmt, obj)
201 return fmt, items, item
204 """Return random format, items, item."""
212 item = gen_item(fmt, obj)
214 return fmt, items, item
223 """Yield (format, items, item) for all possible modes and format
280 """Convert flat item list to the nested list representation of a
294 """Convert flat item list to the nested list representation of a
329 """Transpose flat item list that is regarded as a multi-dimensional
467 """Location of an item in the underlying memory."""
671 item = struct.unpack(fmt, v)[0]
672 if item != item:
674 items.append(item)
824 # PyBuffer_GetPointer() is the definition how to access an item.
2537 for fmt, items, item in iter_format(10, 'memoryview'):
2542 struct.pack_into(fmt, nd, 0, item)
2543 m[0] = item
3023 # invalid item