Home
last modified time | relevance | path

Searched refs:require_symbols (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/iam/
Dtest_password_policy.py79 require_symbols=bool(p['require_symbols']),
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/iam/
Dconnection.py1571 require_numbers=None, require_symbols=None , argument
1638 if require_symbols is not None and type(allow_users_to_change_password) is bool:
1639 params['RequireSymbols'] = str(require_symbols).lower()