Home
last modified time | relevance | path

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

/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/core/
H A Dlog.py55 VALID_VERBOSITY_STRINGS = dict(_VERBOSITY_LEVELS) variable
621 verbosity = VALID_VERBOSITY_STRINGS.get(verbosity_string.lower())
956 for name, num in six.iteritems(VALID_VERBOSITY_STRINGS):
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/calliope/
H A Dcli.py678 verbosity = log.VALID_VERBOSITY_STRINGS.get(verbosity_string)