Searched refs:is_byte_format (Results 1 – 1 of 1) sorted by relevance
231 def is_byte_format(fmt): function240 NON_BYTE_FORMAT = [c for c in fmtdict['@'] if not is_byte_format(c)]2597 if not is_byte_format(sfmt) and not is_byte_format(dfmt):2764 obj = 'memoryview' if is_byte_format(tfmt) else 'bytefmt'