Home
last modified time | relevance | path

Searched refs:FUTURE_ABSOLUTE_IMPORT (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Include/
Dcompile.h25 #define FUTURE_ABSOLUTE_IMPORT "absolute_import" macro
/external/python/cpython3/Include/
Dcompile.h56 #define FUTURE_ABSOLUTE_IMPORT "absolute_import" macro
/external/python/cpython2/Python/
Dfuture.c34 } else if (strcmp(feature, FUTURE_ABSOLUTE_IMPORT) == 0) { in future_check_features()
/external/python/cpython3/Python/
Dfuture.c34 } else if (strcmp(feature, FUTURE_ABSOLUTE_IMPORT) == 0) { in future_check_features()