Lines Matching defs:flags
718 flags: int = 0
730 The flags argument, if present, controls which future statements influence
740 const char *mode, int flags, int dont_inherit,
752 cf.cf_flags = flags | PyCF_SOURCE_IS_UTF8;
753 if (feature_version >= 0 && (flags & PyCF_ONLY_AST)) {
757 if (flags &
761 "compile(): unrecognised flags");
783 if (!(flags & PyCF_ONLY_AST)) {
792 if (flags & PyCF_ONLY_AST)
804 if (flags & PyCF_ONLY_AST) {