Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
H A Dtest_buffer.py232 def is_byte_format(fmt): function
241 NON_BYTE_FORMAT = [c for c in fmtdict['@'] if not is_byte_format(c)]
2598 if not is_byte_format(sfmt) and not is_byte_format(dfmt):
2765 obj = 'memoryview' if is_byte_format(tfmt) else 'bytefmt'

Completed in 5 milliseconds