OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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