HomeSort by relevance Sort by last modified time
    Searched defs:CO_FUTURE_ABSOLUTE_IMPORT (Results 1 - 4 of 4) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
__future__.py 69 CO_FUTURE_ABSOLUTE_IMPORT = 0x4000 # perform absolute imports by default
116 CO_FUTURE_ABSOLUTE_IMPORT)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
__future__.py 69 CO_FUTURE_ABSOLUTE_IMPORT = 0x4000 # perform absolute imports by default
116 CO_FUTURE_ABSOLUTE_IMPORT)
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
code.h 51 #define CO_FUTURE_ABSOLUTE_IMPORT 0x4000 /* do absolute imports by default */
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
code.h 51 #define CO_FUTURE_ABSOLUTE_IMPORT 0x4000 /* do absolute imports by default */

Completed in 49 milliseconds