Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Tools/clinic/
Dclinic.py2470 def add_legacy_c_converter(format_unit, **kwargs): argument
2560 format_unit = 'O&' variable in CConverter
2863 format_unit = 'p' variable in bool_converter
2898 format_unit = '' variable in defining_class_converter
2914 format_unit = 'c' variable in char_converter
2948 format_unit = 'b' variable in unsigned_char_converter
2997 format_unit = 'h' variable in short_converter
3050 format_unit = 'i' variable in int_converter
3111 format_unit = 'l' variable in long_converter
3150 format_unit = 'L' variable in long_long_converter
[all …]