Home
last modified time | relevance | path

Searched defs:PyCF_ALLOW_INCOMPLETE_INPUT (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Include/cpython/
Dcompile.h21 #define PyCF_ALLOW_INCOMPLETE_INPUT 0x4000 macro
/external/python/cpython3/Lib/
Dcodeop.py47 PyCF_ALLOW_INCOMPLETE_INPUT = 0x4000 variable