Open kenseehart opened 4 years ago
Note that btypes values must be json compatible, thus str is the only string type for values. The best equivalent for bytes is uint(8)[n].
str
bytes
However, bytes can be used internally. So value would be defined as: `self.n_.tobytes(self.dim, self.endian_)
Note that btypes values must be json compatible, thus
str
is the only string type for values. The best equivalent forbytes
is uint(8)[n].However,
bytes
can be used internally. So value would be defined as: `self.n_.tobytes(self.dim, self.endian_)