scopes.
:rtype: :class:`Options`
key = frozenset(sorted(known_scope_infos))
if key not in self._full_options:
// Note: Don"t inline this into the Options() call, as this populates
// self._post_bootstrap_config, which is another argument to that call.
bootstrap_option_values = self.get_bootstrap_options().for_global_scope()
After Change
scopes.
:rtype: :class:`Options`
return self._full_options(tuple(sorted(set(known_scope_infos))))
def verify_configs_against_options(self, options):
Verify all loaded configs have correct scopes and options.