Home
last modified time | relevance | path

Searched refs:is_byte_format (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_buffer.py224 def is_byte_format(fmt): function
233 NON_BYTE_FORMAT = [c for c in fmtdict['@'] if not is_byte_format(c)]
2571 if not is_byte_format(sfmt) and not is_byte_format(dfmt):
2734 obj = 'memoryview' if is_byte_format(tfmt) else 'bytefmt'