Home
last modified time | relevance | path

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

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