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