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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
__future__.py 69 CO_FUTURE_ABSOLUTE_IMPORT = 0x4000 # perform absolute imports by default
116 CO_FUTURE_ABSOLUTE_IMPORT)
  /external/python/cpython2/Lib/
__future__.py 69 CO_FUTURE_ABSOLUTE_IMPORT = 0x4000 # perform absolute imports by default
116 CO_FUTURE_ABSOLUTE_IMPORT)
  /external/python/cpython3/Lib/
__future__.py 71 CO_FUTURE_ABSOLUTE_IMPORT = 0x4000 # perform absolute imports by default
120 CO_FUTURE_ABSOLUTE_IMPORT)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
__future__.py 69 CO_FUTURE_ABSOLUTE_IMPORT = 0x4000 # perform absolute imports by default
116 CO_FUTURE_ABSOLUTE_IMPORT)
  /prebuilts/gdb/linux-x86/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/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)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
code.h 51 #define CO_FUTURE_ABSOLUTE_IMPORT 0x4000 /* do absolute imports by default */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
code.h 51 #define CO_FUTURE_ABSOLUTE_IMPORT 0x4000 /* do absolute imports by default */
  /external/python/cpython2/Include/
code.h 51 #define CO_FUTURE_ABSOLUTE_IMPORT 0x4000 /* do absolute imports by default */
  /prebuilts/gdb/darwin-x86/include/python2.7/
code.h 51 #define CO_FUTURE_ABSOLUTE_IMPORT 0x4000 /* do absolute imports by default */
  /prebuilts/gdb/linux-x86/include/python2.7/
code.h 51 #define CO_FUTURE_ABSOLUTE_IMPORT 0x4000 /* do absolute imports by default */
  /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 */
  /external/python/cpython3/Include/
code.h 78 #define CO_FUTURE_ABSOLUTE_IMPORT 0x4000 /* do absolute imports by default */

Completed in 371 milliseconds