- Sort Score
- Result 10 results
- Languages All
Results 71 - 80 of 719 for Jain (0.02 sec)
-
docs/ru/docs/fastapi-cli.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 09 12:49:43 UTC 2024 - 6.7K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/PathScope.java
Set<DependencyScope> dependencyScopes(); PathScope MAIN_COMPILE = pathScope( "main-compile", ProjectScope.MAIN, DependencyScope.COMPILE_ONLY, DependencyScope.COMPILE, DependencyScope.PROVIDED); PathScope MAIN_RUNTIME = pathScope("main-runtime", ProjectScope.MAIN, DependencyScope.COMPILE, DependencyScope.RUNTIME); PathScope TEST_COMPILE = pathScope(
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Wed Jul 10 20:52:34 UTC 2024 - 2.9K bytes - Viewed (0) -
docs/zh-hant/docs/tutorial/first-steps.md
# ็ฌฌไธๆญฅ ๆ็ฐกๅฎ็ FastAPI ๆชๆกๅฏ่ฝ็่ตทไพๅ้ๆจฃ๏ผ {* ../../docs_src/first_steps/tutorial001.py *} ๅฐๅ ถ่ค่ฃฝๅฐไธๅๅ็บ `main.py` ็ๆไปถไธญใ ๅท่กๅณๆ้ๆฐ่ผๅ ฅไผบๆๅจ๏ผlive server๏ผ๏ผ <div class="termy"> ```console $ <font color="#4E9A06">fastapi</font> dev <u style="text-decoration-style:single">main.py</u> <font color="#3465A4">INFO </font> Using path <font color="#3465A4">main.py</font>
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 09 12:20:58 UTC 2024 - 11.6K bytes - Viewed (0) -
docs/en/docs/advanced/async-tests.md
``` . โโโ app โย ย โโโ __init__.py โย ย โโโ main.py โย ย โโโ test_main.py ``` The file `main.py` would have: {* ../../docs_src/async_tests/main.py *} The file `test_main.py` would have the tests for `main.py`, it could look like this now: {* ../../docs_src/async_tests/test_main.py *} ## Run it { #run-it }
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 3.9K bytes - Viewed (0) -
docs/de/docs/advanced/async-tests.md
``` . โโโ app โย ย โโโ __init__.py โย ย โโโ main.py โย ย โโโ test_main.py ``` Die Datei `main.py` hรคtte als Inhalt: {* ../../docs_src/async_tests/main.py *} Die Datei `test_main.py` hรคtte die Tests fรผr `main.py`, das kรถnnte jetzt so aussehen: {* ../../docs_src/async_tests/test_main.py *} ## Es ausfรผhren
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 4.3K bytes - Viewed (1) -
docs/ko/docs/fastapi-cli.md
<div class="termy"> ```console $ <font color="#4E9A06">fastapi</font> dev <u style="text-decoration-style:single">main.py</u> <font color="#3465A4">INFO </font> Using path <font color="#3465A4">main.py</font> <font color="#3465A4">INFO </font> Resolved absolute path <font color="#75507B">/home/user/code/awesomeapp/</font><font color="#AD7FA8">main.py</font>
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Oct 28 11:29:32 UTC 2024 - 6.8K bytes - Viewed (0) -
docs/em/docs/deployment/server-workers.md
``` </div> โก๏ธ ๐ โซ๏ธโ ๐ ๐ ๐ โ: * `main:app`: ๐ ๐ โ โ๏ธ Uvicorn, `main` โ ๐ ๐น ๐ "`main`",, ๐ `main.py`. & `app` ๐ ๐ข ๐ **FastAPI** ๐ธ. * ๐ ๐ช ๐ ๐ `main:app` ๐ ๐ `import` ๐ ๐: ```Python from main import app ``` * , โค `main:app` ๐ ๐ ๐ `import` ๐ `from main import app`. * `--workers`: ๐ข ๐จโ๐ญ ๐ ๏ธ โ๏ธ, ๐ ๐ ๐ Uvicorn ๐จโ๐ญ, ๐ ๐ผ, 4๏ธโฃ ๐จโ๐ญ.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 8.2K bytes - Viewed (0) -
docs/en/docs/tutorial/index.md
All the code blocks can be copied and used directly (they are actually tested Python files). To run any of the examples, copy the code to a file `main.py`, and start `fastapi dev` with: <div class="termy"> ```console $ <font color="#4E9A06">fastapi</font> dev <u style="text-decoration-style:solid">main.py</u> <span style="background-color:#009485"><font color="#D3D7CF"> FastAPI </font></span> Starting development server ๐
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 5.1K bytes - Viewed (0) -
docs/pt/docs/fastapi-cli.md
<div class="termy"> ```console $ <font color="#4E9A06">fastapi</font> dev <u style="text-decoration-style:single">main.py</u> <font color="#3465A4">INFO </font> Using path <font color="#3465A4">main.py</font> <font color="#3465A4">INFO </font> Resolved absolute path <font color="#75507B">/home/user/code/awesomeapp/</font><font color="#AD7FA8">main.py</font>
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 6.4K bytes - Viewed (0) -
docs/em/docs/advanced/settings.md
<div class="termy"> ```console // Here we don't set the env var yet $ python main.py // As we didn't set the env var, we get the default value Hello World from Python // But if we create an environment variable first $ export MY_NAME="Wade Wilson" // And then call the program again $ python main.py // Now it can read the environment variable Hello Wade Wilson from Python ```
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 11.1K bytes - Viewed (0)