Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 27 of 27 for Editor (0.24 sec)

  1. docs/pt/docs/index.md

    ...de:
    
    ```Python
            ... "item_name": item.name ...
    ```
    
    ...para:
    
    ```Python
            ... "item_price": item.price ...
    ```
    
    ...e veja como seu editor irá auto-completar os atributos e saberá os tipos:
    
    ![editor support](https://fastapi.tiangolo.com/img/vscode-completion.png)
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Mon Apr 29 05:18:04 GMT 2024
    - 18.6K bytes
    - Viewed (0)
  2. docs/he/docs/index.md

    ```Python
            ... "item_name": item.name ...
    ```
    
    ...ל:
    
    ```Python
            ... "item_price": item.price ...
    ```
    
    ...וראו איך העורך שלכם משלים את המאפיינים ויודע את הטיפוסים שלהם:
    
    ![editor support](https://fastapi.tiangolo.com/img/vscode-completion.png)
    
    לדוגמא יותר שלמה שכוללת עוד תכונות, ראו את ה<a href="https://fastapi.tiangolo.com/tutorial/">מדריך - למשתמש</a>.
    
    **התראת ספוילרים**: המדריך - למשתמש כולל:
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 23:58:47 GMT 2024
    - 21.2K bytes
    - Viewed (0)
  3. docs/fa/docs/index.md

    ```
    
    به:
    
    ```Python
            ... "item_price": item.price ...
    ```
    
    در حین تایپ کردن توجه کنید که چگونه ویرایش‌گر، ویژگی‌های کلاس  `Item` را تشخیص داده و به تکمیل خودکار آنها کمک می‌کند:
    
    ![editor support](https://fastapi.tiangolo.com/img/vscode-completion.png)
    
    برای مشاهده مثال‌های کامل‌تر که شامل قابلیت‌های بیشتری از FastAPI باشد به بخش <a href="https://fastapi.tiangolo.com/tutorial/">آموزش - راهنمای کاربر</a> مراجعه کنید.
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 23:58:47 GMT 2024
    - 25.9K bytes
    - Viewed (0)
  4. docs/en/docs/tutorial/dependencies/index.md

    The dependencies will keep working as expected, and the **best part** is that the **type information will be preserved**, which means that your editor will be able to keep providing you with **autocompletion**, **inline errors**, etc. The same for other tools like `mypy`.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 11.6K bytes
    - Viewed (0)
  5. docs/az/docs/index.md

    ```
    
    ...buna:
    
    ```Python
            ... "item_price": item.price ...
    ```
    
    ...və redaktorun məlumat tiplərini bildiyini və avtomatik tamaladığını görəcəksiniz:
    
    ![editor support](https://fastapi.tiangolo.com/img/vscode-completion.png)
    
    Daha çox funksiyaya malik daha dolğun nümunə üçün <a href="https://fastapi.tiangolo.com/az/tutorial/">Öyrədici - İstifadəçi Təlimatı</a> səhifəsinə baxa bilərsiniz.
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Mon Apr 29 05:18:04 GMT 2024
    - 22.8K bytes
    - Viewed (0)
  6. docs/yo/docs/index.md

    ```
    
    ...ṣí:
    
    ```Python
            ... "item_price": item.price ...
    ```
    
    .. kí o sì wo bí olóòtú rẹ yóò ṣe parí àwọn àbùdá náà fúnra rẹ̀, yóò sì mọ irúfẹ́ wọn:
    
    ![editor support](https://fastapi.tiangolo.com/img/vscode-completion.png)
    
    Fún àpẹẹrẹ pípé síi pẹ̀lú àwọn àbùdá mìíràn, wo <a href="https://fastapi.tiangolo.com/tutorial/">Ìdánilẹ́kọ̀ọ́ - Ìtọ́sọ́nà Olùmúlò</a>.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Mon Apr 29 05:18:04 GMT 2024
    - 24.1K bytes
    - Viewed (0)
  7. docs/ja/docs/index.md

    ...以下を:
    
    ```Python
            ... "item_name": item.name ...
    ```
    
    ...以下のように:
    
    ```Python
            ... "item_price": item.price ...
    ```
    
    ...そして、エディタが属性を自動補完し、そのタイプを知る方法を確認してください。:
    
    ![editor support](https://fastapi.tiangolo.com/img/vscode-completion.png)
    
    より多くの機能を含む、より完全な例については、<a href="https://fastapi.tiangolo.com/tutorial/">チュートリアル - ユーザーガイド</a>をご覧ください。
    
    **ネタバレ注意**: チュートリアル - ユーザーガイドは以下の情報が含まれています:
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Mon Apr 29 05:18:04 GMT 2024
    - 21K bytes
    - Viewed (0)
Back to top