- Sort Score
- Result 10 results
- Languages All
Results 101 - 110 of 994 for main (0.03 sec)
-
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 Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 8.2K bytes - Viewed (0) -
docs/pt/docs/fastapi-cli.md
<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> <font color="#3465A4">INFO </font> Searching for package file structure from directories with <font color="#3465A4">__init__.py</font> files
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 6.4K 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: ```Python {!../../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: ```Python {!../../docs_src/async_tests/test_main.py!} ``` ## Es ausfΓΌhren
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 27 15:34:47 UTC 2024 - 4.3K 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
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 27 15:43:29 UTC 2024 - 3.8K bytes - Viewed (0) -
istioctl/cmd/istioctl/istioctl_test.go
// See the License for the specific language governing permissions and // limitations under the License. package main import ( "os" "testing" ) func TestIstioctlMain(_ *testing.T) { os.Args = []string{"istioctl", "version", "--remote=false"} main()
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Fri May 29 20:42:01 UTC 2020 - 738 bytes - Viewed (0) -
okcurl/src/test/kotlin/okhttp3/curl/OkcurlTest.kt
* See the License for the specific language governing permissions and * limitations under the License. */ package okhttp3.curl import kotlin.test.Test class OkcurlTest { @Test fun simple() { Main().main(listOf("--help")) }
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Wed Dec 20 23:27:07 UTC 2023 - 732 bytes - Viewed (0) -
docs/en/docs/deployment/manually.md
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Aug 25 02:44:06 UTC 2024 - 7.8K bytes - Viewed (0) -
docs/en/docs/tutorial/testing.md
``` . βββ app βΒ Β βββ __init__.py βΒ Β βββ main.py ``` In the file `main.py` you have your **FastAPI** app: ```Python {!../../docs_src/app_testing/main.py!} ``` ### Testing file
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 6.5K bytes - Viewed (0) -
docs/pt/docs/advanced/websockets.md
Se vocΓͺ precisa de algo fΓ‘cil de integrar com o FastAPI, mas que seja mais robusto, suportado por Redis, PostgreSQL ou outros, verifique o <a href="https://github.com/encode/broadcaster" class="external-link" target="_blank">encode/broadcaster</a>. /// ## Mais informaçáes Para aprender mais sobre as opçáes, verifique a documentação do Starlette para:
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Thu Oct 31 12:20:59 UTC 2024 - 5.7K bytes - Viewed (0) -
docs/de/docs/tutorial/bigger-applications.md
```Python hl_lines="1 3 7" title="app/main.py" {!../../docs_src/bigger_applications/app/main.py!} ``` ### Den `APIRouter` importieren Jetzt importieren wir die anderen Submodule, die `APIRouter` haben: ```Python hl_lines="4-5" title="app/main.py" {!../../docs_src/bigger_applications/app/main.py!} ```
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 21K bytes - Viewed (0)