- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for __repr__ (0.08 seconds)
-
fastapi/params.py
} ) kwargs["pattern"] = pattern or regex use_kwargs = {k: v for k, v in kwargs.items() if v is not _Unset} super().__init__(**use_kwargs) def __repr__(self) -> str: return f"{self.__class__.__name__}({self.default})" class Path(Param): # type: ignore[misc] # ty: ignore[unused-ignore-comment] in_ = ParamTypes.path def __init__(Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sun Mar 15 11:44:39 GMT 2026 - 25.7K bytes - Click Count (0) -
RELEASE.md
## Breaking Changes * Deletes `Operation.traceback_with_start_lines` for which we know of no usages. * Removed `id` from `tf.Tensor.__repr__()` as `id` is not useful other than internal debugging. * Some `tf.assert_*` methods now raise assertions at operation creation time if the input tensors' values are known at that time, not during theCreated: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Mon Mar 30 18:31:38 GMT 2026 - 746.5K bytes - Click Count (3) -
docs/en/docs/release-notes.md
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Apr 03 12:07:04 GMT 2026 - 631K bytes - Click Count (0)