Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dcompile.h48 #define FUTURE_ANNOTATIONS "annotations" macro
/external/python/cpython3/Python/
Dfuture.c45 } else if (strcmp(feature, FUTURE_ANNOTATIONS) == 0) { in future_check_features()