Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_testbuffer.c16 static const char *simple_fmt = "B"; variable
2855 simple_format = PyUnicode_FromString(simple_fmt); in PyInit__testbuffer()
/external/python/cpython3/Lib/test/
Dtest_buffer.py946 def simple_fmt(ex): function