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

/pkg/src/modules/client/
H A Doptions.py74 ORIGINS = "origins" variable
128 opts_new[ORIGINS] = set()
129 for e in opts[ORIGINS]:
130 opts_new[ORIGINS].add(misc.parse_uri(e,
132 if opts[ORIGINS]:
527 if ORIGINS in opts and opts[ORIGINS]:
529 [arg1, ORIGINS])
567 if ORIGINS in opts and opts[ORIGINS]
[all...]

Completed in 9 milliseconds