- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for dictId (0.08 sec)
-
fastapi/param_functions.py
from typing import Any, Callable, Dict, List, Optional, Sequence, Union from fastapi import params from fastapi._compat import Undefined from fastapi.openapi.models import Example from typing_extensions import Annotated, Doc, deprecated _Unset: Any = Undefined def Path( # noqa: N802 default: Annotated[ Any, Doc( """ Default value if the parameter field is not set.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Wed Oct 23 18:30:18 UTC 2024 - 62.5K bytes - Viewed (0) -
tensorflow/BUILD
) config_setting( name = "android_x86", constraint_values = if_google( ["//third_party/bazel_platforms/os:android"], [], ), values = dict( if_oss( {"crosstool_top": "//external:android/crosstool"}, ), cpu = "x86", ), visibility = ["//visibility:public"], ) config_setting(
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Wed Oct 16 05:28:35 UTC 2024 - 53.5K bytes - Viewed (0)