- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for Kommazahl (0.05 sec)
-
docs/de/docs/tutorial/path-params.md
} ] } ``` Der Pfad-Parameter `item_id` hatte den Wert `"foo"`, was kein `int` ist. Die gleiche Fehlermeldung würde angezeigt werden, wenn Sie ein `float` (also eine Kommazahl) statt eines `int`s übergeben würden, wie etwa in: <a href="http://127.0.0.1:8000/items/4.2" class="external-link" target="_blank">http://127.0.0.1:8000/items/4.2</a> /// check
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 10.2K bytes - Viewed (0) -
docs/de/docs/tutorial/path-params-numeric-validations.md
```Python hl_lines="9" {!> ../../docs_src/path_params_numeric_validations/tutorial005.py!} ``` //// ## Validierung von Zahlen: Floats, größer und kleiner Zahlenvalidierung funktioniert auch für <abbr title="Kommazahl">`float`</abbr>-Werte.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 10.1K bytes - Viewed (0)