Searched defs:PyCF_ALLOW_INCOMPLETE_INPUT (Results 1 – 2 of 2) sorted by relevance
| /external/python/cpython3/Include/cpython/ | ||
| D | compile.h | 21 #define PyCF_ALLOW_INCOMPLETE_INPUT 0x4000  macro | 
| /external/python/cpython3/Lib/ | ||
| D | codeop.py | 47 PyCF_ALLOW_INCOMPLETE_INPUT = 0x4000  variable |