Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/stringlib/
Dunicode_format.h29 } AutoNumber; typedef
/external/python/cpython2/Objects/stringlib/
Dstring_format.h44 } AutoNumber; typedef
/external/python/cpython3/Lib/test/
Dtest_enum.py1419 class AutoNumber(Enum): class
1439 class AutoNumber(Enum): class
1455 class AutoNumber(IntEnum): class