Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for participants (0.18 sec)

  1. docs/em/docs/tutorial/dependencies/dependencies-with-yield.md

    ๐Ÿ” ๐Ÿ› ๏ธ ๐ŸŒ… โš–๏ธ ๐ŸŒ˜ ๐Ÿ’– ๐Ÿ‘‰ ๐Ÿ“Š. ๐Ÿ•ฐ ๐Ÿ’ง โšช๏ธโžก๏ธ ๐Ÿ” ๐Ÿ”. & ๐Ÿ”  ๐Ÿ“ 1๏ธโƒฃ ๐Ÿ• ๐Ÿ”— โš–๏ธ ๐Ÿ› ๏ธ ๐Ÿ“Ÿ.
    
    ```mermaid
    sequenceDiagram
    
    participant client as Client
    participant handler as Exception handler
    participant dep as Dep with yield
    participant operation as Path Operation
    participant tasks as Background tasks
    
        Note over client,tasks: Can raise exception for dependency, handled after response is sent
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 8.6K bytes
    - Viewed (0)
  2. docs/en/docs/release-notes.md

    Time flows from top to bottom. And each column is one of the parts interacting or executing code.
    
    ```mermaid
    sequenceDiagram
    
    participant client as Client
    participant handler as Exception handler
    participant dep as Dep with yield
    participant operation as Path Operation
    participant tasks as Background tasks
    
        Note over client,tasks: Can raise exception for dependency, handled after response is sent
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Fri May 03 23:25:42 GMT 2024
    - 388.1K bytes
    - Viewed (1)
  3. docs/ja/docs/tutorial/dependencies/dependencies-with-yield.md

    ๅฎŸ่กŒใฎ้ †ๅบใฏๅคšใ‹ใ‚Œๅฐ‘ใชใ‹ใ‚Œไปฅไธ‹ใฎๅ›ณใฎใ‚ˆใ†ใซใชใ‚Šใพใ™ใ€‚ๆ™‚้–“ใฏไธŠใ‹ใ‚‰ไธ‹ใธใจๆตใ‚Œใฆใ„ใใพใ™ใ€‚ใใ—ใฆใ€ๅ„ๅˆ—ใฏใ‚ณใƒผใƒ‰ใ‚’็›ธไบ’ไฝœ็”จใ•ใ›ใŸใ‚Šใ€ๅฎŸ่กŒใ—ใŸใ‚Šใ—ใฆใ„ใ‚‹้ƒจๅˆ†ใฎไธ€ใคใงใ™ใ€‚
    
    ```mermaid
    sequenceDiagram
    
    participant client as Client
    participant handler as Exception handler
    participant dep as Dep with yield
    participant operation as Path Operation
    participant tasks as Background tasks
    
        Note over client,tasks: Can raise exception for dependency, handled after response is sent
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 12.5K bytes
    - Viewed (0)
  4. docs/zh/docs/tutorial/dependencies/dependencies-with-yield.md

    ๆ‰ง่กŒ็š„้กบๅบๅคง่‡ดๅฆ‚ไธ‹ๅ›พๆ‰€็คบใ€‚ๆ—ถ้—ดไปŽไธŠๅˆฐไธ‹ๆตๅŠจใ€‚ๆฏๅˆ—้ƒฝๆ˜ฏ็›ธไบ’ไบคไบ’ๆˆ–ๆ‰ง่กŒไปฃ็ ็š„ๅ…ถไธญไธ€้ƒจๅˆ†ใ€‚
    
    ```mermaid
    sequenceDiagram
    
    participant client as Client
    participant handler as Exception handler
    participant dep as Dep with yield
    participant operation as Path Operation
    participant tasks as Background tasks
    
        Note over client,tasks: Can raise exception for dependency, handled after response is sent
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 10.3K bytes
    - Viewed (0)
  5. docs/en/docs/advanced/settings.md

    def say_hi(name: str, salutation: str = "Ms."):
        return f"Hello {salutation} {name}"
    ```
    
    your program could execute like this:
    
    ```mermaid
    sequenceDiagram
    
    participant code as Code
    participant function as say_hi()
    participant execute as Execute function
    
        rect rgba(0, 255, 0, .1)
            code ->> function: say_hi(name="Camila")
            function ->> execute: execute function code
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu May 02 22:37:31 GMT 2024
    - 15.7K bytes
    - Viewed (0)
Back to top