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

/pkg/src/modules/client/
H A Doptions.py46 DENY_NEW_BE = "deny_new_be" variable
339 del opts_new[DENY_NEW_BE]
342 if (opts[BE_NAME] or opts[REQUIRE_NEW_BE]) and opts[DENY_NEW_BE]:
344 [REQUIRE_NEW_BE, DENY_NEW_BE])
349 if opts[DENY_NEW_BE]:
518 if DENY_NEW_BE in opts and opts[DENY_NEW_BE]:
520 [arg1, DENY_NEW_BE])
558 if DENY_NEW_BE in opts and opts[DENY_NEW_BE]
[all...]

Completed in 11 milliseconds