Home
last modified time | relevance | path

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

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