Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Input (0.16 sec)

  1. docs/de/docs/advanced/events.md

    !!! tip "Tipp"
        Beachten Sie, dass wir in diesem Fall eine Standard-Python-Funktion `open()` verwenden, die mit einer Datei interagiert.
    
        Es handelt sich also um I/O (Input/Output), welches „Warten“ erfordert, bis Dinge auf die Festplatte geschrieben werden.
    
        Aber `open()` verwendet nicht `async` und `await`.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sat Mar 30 20:30:59 GMT 2024
    - 9.1K bytes
    - Viewed (0)
  2. docs/pt/docs/advanced/events.md

    !!! tip "Dica"
        Perceba que nesse caso nós estamos usando a função padrão do Python `open()` que interage com um arquivo.
    
        Então, isso envolve I/O (input/output), que exige "esperar" que coisas sejam escritas em disco.
    
        Mas `open()` não usa `async` e `await`.
    
        Então, nós declaramos uma função de manipulação de evento com o padrão `def` ao invés de `async def`.
    
    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)
  3. docs/en/docs/advanced/events.md

    !!! tip
        Notice that in this case we are using a standard Python `open()` function that interacts with a file.
    
        So, it involves I/O (input/output), that requires "waiting" for things to be written to disk.
    
        But `open()` doesn't use `async` and `await`.
    
        So, we declare the event handler function with standard `def` instead of `async def`.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 7.8K bytes
    - Viewed (0)
Back to top