Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for preSteps (0.05 seconds)

  1. .teamcity/src/main/kotlin/configurations/GradleBuildConfigurationDefaults.kt

        extraSteps: BuildSteps.() -> Unit = {}, // the steps after runner steps
        preSteps: BuildSteps.() -> Unit = {}, // the steps before runner steps
    ) {
        buildType.applyDefaultSettings(os, timeout = timeout, buildJvm = buildJvm, arch = arch)
    
        buildType.steps {
            preSteps()
        }
    
        buildType.killProcessStep(KILL_LEAKED_PROCESSES_FROM_PREVIOUS_BUILDS, os, arch)
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Fri Mar 13 05:03:56 GMT 2026
    - 8.5K bytes
    - Click Count (0)
  2. docs/fr/docs/tutorial/server-sent-events.md

    {* ../../docs_src/server_sent_events/tutorial005_py310.py hl[14] *}
    
    ## Détails techniques { #technical-details }
    
    FastAPI met en œuvre certaines bonnes pratiques SSE prêtes à l’emploi.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:33:45 GMT 2026
    - 5.3K bytes
    - Click Count (0)
Back to Top