Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for le (0.15 sec)

  1. docs/de/docs/tutorial/path-params-numeric-validations.md

        ```
    
    ## Validierung von Zahlen: Größer und kleiner oder gleich
    
    Das Gleiche trifft zu auf:
    
    * `gt`: `g`reater `t`han – größer als
    * `le`: `l`ess than or `e`qual – kleiner oder gleich
    
    === "Python 3.9+"
    
        ```Python hl_lines="10"
        {!> ../../../docs_src/path_params_numeric_validations/tutorial005_an_py39.py!}
        ```
    
    === "Python 3.8+"
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sat Mar 30 17:59:29 GMT 2024
    - 10.2K bytes
    - Viewed (0)
  2. docs/ru/docs/tutorial/path-params-numeric-validations.md

        {!> ../../../docs_src/path_params_numeric_validations/tutorial004.py!}
        ```
    
    ## Валидация числовых данных: больше и меньше или равно
    
    То же самое применимо к:
    
    * `gt`: больше (`g`reater `t`han)
    * `le`: меньше или равно (`l`ess than or `e`qual)
    
    === "Python 3.9+"
    
        ```Python hl_lines="10"
        {!> ../../../docs_src/path_params_numeric_validations/tutorial005_an_py39.py!}
        ```
    
    === "Python 3.8+"
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 14.2K bytes
    - Viewed (0)
Back to top