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

/pkg/src/modules/client/
H A Doptions.py82 STAGE = "stage" variable
694 if opts[STAGE] == None:
695 opts_new[STAGE] = pkgdefs.API_STAGE_DEFAULT
698 if opts_new[STAGE] not in pkgdefs.api_stage_values:
700 "'{0}'").format(opts[STAGE]))
1080 (STAGE, None, [], {"type": ["null", "string"]}),

Completed in 22 milliseconds