Home
last modified time | relevance | path

Searched refs:PyCF_DONT_IMPLY_DEDENT (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Lib/
H A Dcodeop.py46 PyCF_DONT_IMPLY_DEDENT = 0x200 variable
86 return compile(source, filename, symbol, PyCF_DONT_IMPLY_DEDENT | PyCF_ALLOW_INCOMPLETE_INPUT)
115 self.flags = PyCF_DONT_IMPLY_DEDENT | PyCF_ALLOW_INCOMPLETE_INPUT
/third_party/python/Lib/test/
H A Dtest_codeop.py11 from codeop import compile_command, PyCF_DONT_IMPLY_DEDENT namespace
44 expected = compile(str, "<input>", symbol, PyCF_DONT_IMPLY_DEDENT)
68 PyCF_DONT_IMPLY_DEDENT))
71 PyCF_DONT_IMPLY_DEDENT))
/third_party/python/Include/cpython/
H A Dcompile.h16 #define PyCF_DONT_IMPLY_DEDENT 0x0200 macro
23 PyCF_TYPE_COMMENTS | PyCF_DONT_IMPLY_DEDENT | \
/third_party/python/Parser/
H A Dpegen.c726 if (flags->cf_flags & PyCF_DONT_IMPLY_DEDENT) { in compute_parser_flags()

Completed in 3 milliseconds