Lines Matching defs:PARSABLE_VERSION
75 PARSABLE_VERSION = "parsable_version"
666 if opts[PARSABLE_VERSION] is not None and opts.get(VERBOSE, False):
668 [VERBOSE, PARSABLE_VERSION])
669 if opts[PARSABLE_VERSION] is not None and opts.get(OMIT_HEADERS,
672 [OMIT_HEADERS, PARSABLE_VERSION])
673 if opts[PARSABLE_VERSION] is not None:
675 opts_new[PARSABLE_VERSION] = int(
676 opts[PARSABLE_VERSION])
679 options=[PARSABLE_VERSION],
683 opts_new[PARSABLE_VERSION]
1058 (PARSABLE_VERSION, None, [None, 0], {"type": ["null", "integer"],