Home
last modified time | relevance | path

Searched defs:format_unit (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Tools/clinic/libclinic/
Dconverters.py23 format_unit = 'p' variable in bool_converter
61 format_unit = '' variable in defining_class_converter
77 format_unit = 'c' variable in char_converter
113 format_unit = 'b' variable in unsigned_char_converter
167 format_unit = 'h' variable in short_converter
246 format_unit = 'i' variable in int_converter
334 format_unit = 'l' variable in long_converter
392 format_unit = 'L' variable in long_long_converter
612 format_unit = 'f' variable in float_converter
645 format_unit = 'd' variable in double_converter
[all …]
Dconverter.py135 format_unit = 'O&' variable in CConverter