Home
last modified time | relevance | path

Searched defs:CO_FUTURE_ABSOLUTE_IMPORT (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/
D__future__.py69 CO_FUTURE_ABSOLUTE_IMPORT = 0x4000 # perform absolute imports by default variable
/external/python/cpython3/Lib/
D__future__.py72 CO_FUTURE_ABSOLUTE_IMPORT = 0x40000 # perform absolute imports by default variable
/external/python/cpython2/Include/
Dcode.h51 #define CO_FUTURE_ABSOLUTE_IMPORT 0x4000 /* do absolute imports by default */ macro
/external/python/cpython3/Include/cpython/
Dcode.h91 #define CO_FUTURE_ABSOLUTE_IMPORT 0x40000 /* do absolute imports by default */ macro