HomeSort by relevance Sort by last modified time
    Searched refs:mformat_code (Results 1 - 3 of 3) sorted by null

  /external/python/cpython3/Modules/clinic/
arraymodule.c.h 439 "_array_reconstructor($module, arraytype, typecode, mformat_code, items,\n"
451 enum machine_format_code mformat_code,
460 enum machine_format_code mformat_code; local
464 &arraytype, &typecode, &mformat_code, &items)) {
467 return_value = array__array_reconstructor_impl(module, arraytype, typecode, mformat_code, items);
  /external/python/cpython3/Modules/
arraymodule.c 2118 int mformat_code; local
    [all...]
  /external/python/cpython3/Lib/test/
test_array.py 157 valid_typecodes, mformat_code, struct_fmt, values = testcase
165 array.array, typecode, mformat_code, arraystr)
178 mformat_code, encoding = testcase
181 array.array, 'u', mformat_code, teststr.encode(encoding))
    [all...]

Completed in 621 milliseconds