Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for dependencies (0.06 sec)

  1. fastapi/routing.py

                    if dependencies:
                        current_dependencies.extend(dependencies)
                    if route.dependencies:
                        current_dependencies.extend(route.dependencies)
                    self.add_api_websocket_route(
                        prefix + route.path,
                        route.endpoint,
                        dependencies=current_dependencies,
    Registered: 2025-05-25 07:19
    - Last Modified: 2025-03-06 12:18
    - 172.1K bytes
    - Viewed (0)
  2. fastapi/applications.py

                ),
            ] = None,
            dependencies: Annotated[
                Optional[Sequence[Depends]],
                Doc(
                    """
                    A list of global dependencies, they will be applied to each
                    *path operation*, including in sub-routers.
    
                    Read more about it in the
    Registered: 2025-05-25 07:19
    - Last Modified: 2024-08-17 04:52
    - 172.2K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.5.md

    * Add support for Azure Container Registry, update Azure dependencies ([#37783](https://github.com/kubernetes/kubernetes/pull/37783), [@brendandburns](https://github.com/brendandburns))
    Registered: 2025-05-30 09:05
    - Last Modified: 2020-12-24 02:28
    - 136.4K bytes
    - Viewed (0)
  4. tensorflow/c/c_api.cc

    // `src_inputs[i]` will have that input replaced with `dst_inputs[i]`.  `prefix`
    // will be prepended to copied node names. `control_deps` are nodes in
    // `dst_graph` that the copied `src_graph` nodes will have control dependencies
    // on. `return_nodes` are nodes in `src_graph`, and the new corresponding nodes
    // in `dst_graph` will be returned. `return_nodes` must be non-null.
    Status CopyGraph(Graph* src_graph, Graph* dst_graph,
    Registered: 2025-05-27 12:39
    - Last Modified: 2025-05-13 06:30
    - 102.3K bytes
    - Viewed (0)
  5. okhttp/src/androidMain/baseline-prof.txt

    HSPLandroidx/profileinstaller/ProfileInstallerInitializer;-><init>()V
    HSPLandroidx/profileinstaller/ProfileInstallerInitializer;->create(Landroid/content/Context;)Ljava/lang/Object;
    HSPLandroidx/profileinstaller/ProfileInstallerInitializer;->dependencies()Ljava/util/List;
    HSPLandroidx/savedstate/Recreator;-><init>(Landroidx/savedstate/SavedStateRegistryOwner;)V
    Registered: 2025-05-30 11:42
    - Last Modified: 2024-12-30 23:28
    - 127.9K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.4.md

    * add shorthand cm for configmaps ([#29652](https://github.com/kubernetes/kubernetes/pull/29652), [@lojies](https://github.com/lojies))
    * Bump cadvisor dependencies to latest head.  ([#29492](https://github.com/kubernetes/kubernetes/pull/29492), [@Random-Liu](https://github.com/Random-Liu))
    Registered: 2025-05-30 09:05
    - Last Modified: 2020-12-24 02:28
    - 133.5K bytes
    - Viewed (0)
Back to top