Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Grassi (0.13 sec)

  1. platforms/software/maven/src/test/groovy/org/gradle/api/publish/maven/internal/publisher/ValidatingMavenPublisherTest.groovy

            "ex\r"    | "classifier"   | "extension cannot contain ISO control character '\\u000d'"
            "ex/"     | "classifier"   | "extension cannot contain '/'"
            "ext"     | "classi\u0090fier" | "classifier cannot contain ISO control character '\\u0090'"
            "ext"     | "class\\ifier" | "classifier cannot contain '\\'"
        }
    
        def "cannot publish with file that #message"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 12K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/resolveengine/excludes/factories/NormalizingExcludeFactoryTest.groovy

            def operand3 = moduleId('crib', 'lunchroom')
            def operand4 = moduleId('root', 'sort')
            def operand5 = moduleId('crib', 'building')
            def operand6 = moduleId('fact', 'grass')
            def operand7 = moduleId('crib', 'planes')
            def operand8 = moduleId('stove', 'pull')
            def operand9 = moduleId('calculator', 'suggestion')
            def operand10 = moduleId('beginner', 'plough')
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 17K bytes
    - Viewed (0)
  3. docs/it/docs/index.md

    Ricapitolando, è sufficiente dichiarare **una sola volta** i tipi dei parametri, del body, ecc. come parametri di funzioni.
    
    Questo con le annotazioni per i tipi standard di Python.
    
    Non c'è bisogno di imparare una nuova sintassi, metodi o classi specifici a una libreria, ecc.
    
    È normalissimo **Python 3.6+**.
    
    Per esempio, per un `int`:
    
    ```Python
    item_id: int
    ```
    
    o per un modello `Item` più complesso:
    
    ```Python
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 23:58:47 UTC 2024
    - 19.3K bytes
    - Viewed (0)
Back to top