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

/pkg/src/modules/client/
H A Doptions.py98 ORIGIN_URI = "origin_uri" variable
241 if opts[ORIGIN_URI] and opts[ADD_ORIGINS]:
243 [ORIGIN_URI, ADD_ORIGINS])
245 if opts[ORIGIN_URI] and opts[REMOVE_ORIGINS]:
247 [ORIGIN_URI, REMOVE_ORIGINS])
920 (ORIGIN_URI, None, [], {"type": ["null", "string"]}),

Completed in 19 milliseconds