Searched defs:PARSABLE_VERSION (Results 1 - 1 of 1) sorted by relevance

/pkg/src/modules/client/
H A Doptions.py75 PARSABLE_VERSION = "parsable_version" variable
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]
[all...]

Completed in 13 milliseconds