Lines Matching +full:read +full:- +full:only
22 …key = key * self.item_size # SBData uses byte-based indexes, but we want to use itemsize-based ind…
58 elif value < -2147483648:
137 …y(_make_helper_uint8, None, doc='''A read only property that returns an array-like object out of w…
138 …(_make_helper_uint16, None, doc='''A read only property that returns an array-like object out of w…
139 …(_make_helper_uint32, None, doc='''A read only property that returns an array-like object out of w…
140 …(_make_helper_uint64, None, doc='''A read only property that returns an array-like object out of w…
141 …y(_make_helper_sint8, None, doc='''A read only property that returns an array-like object out of w…
142 …(_make_helper_sint16, None, doc='''A read only property that returns an array-like object out of w…
143 …(_make_helper_sint32, None, doc='''A read only property that returns an array-like object out of w…
144 …(_make_helper_sint64, None, doc='''A read only property that returns an array-like object out of w…
145 …y(_make_helper_float, None, doc='''A read only property that returns an array-like object out of w…
146 …(_make_helper_double, None, doc='''A read only property that returns an array-like object out of w…
147 …uint8s = property(_read_all_uint8, None, doc='''A read only property that returns an array with al…
148 …uint16s = property(_read_all_uint16, None, doc='''A read only property that returns an array with …
149 …uint32s = property(_read_all_uint32, None, doc='''A read only property that returns an array with …
150 …uint64s = property(_read_all_uint64, None, doc='''A read only property that returns an array with …
151 …sint8s = property(_read_all_sint8, None, doc='''A read only property that returns an array with al…
152 …sint16s = property(_read_all_sint16, None, doc='''A read only property that returns an array with …
153 …sint32s = property(_read_all_sint32, None, doc='''A read only property that returns an array with …
154 …sint64s = property(_read_all_sint64, None, doc='''A read only property that returns an array with …
155 …floats = property(_read_all_float, None, doc='''A read only property that returns an array with al…
156 …doubles = property(_read_all_double, None, doc='''A read only property that returns an array with …
157 …byte_order = property(GetByteOrder, SetByteOrder, doc='''A read/write property getting and setting…
158 …size = property(GetByteSize, None, doc='''A read only property that returns the size the same resu…