Esempio n. 1
0
def scope_options(scope: Scope, options: _Options) -> ScopedOptions:
  return ScopedOptions(scope, options.options.for_scope(scope.scope))
Esempio n. 2
0
def scope_options(scope, options):
    return ScopedOptions(scope, options.options.for_scope(scope.scope))