- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 28 for __init__ (0.04 sec)
-
docs/em/docs/tutorial/bigger-applications.md
/// ## πΌ π π β‘οΈ π¬ π βοΈ π π π π: ``` . βββ app βΒ Β βββ __init__.py βΒ Β βββ main.py βΒ Β βββ dependencies.py βΒ Β βββ routers βΒ Β β βββ __init__.py βΒ Β β βββ items.py βΒ Β β βββ users.py βΒ Β βββ internal βΒ Β βββ __init__.py βΒ Β βββ admin.py ``` /// tip π€ π `__init__.py` π: 1οΈβ£ π π βοΈ π. π β«οΈβ β π π βͺοΈβ‘οΈ 1οΈβ£ π π β1οΈβ£.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun May 11 13:37:26 UTC 2025 - 15.5K bytes - Viewed (0) -
docs/en/docs/tutorial/bigger-applications.md
Let's say you have a file structure like this: ``` . βββ app βΒ Β βββ __init__.py βΒ Β βββ main.py βΒ Β βββ dependencies.py βΒ Β βββ routers βΒ Β β βββ __init__.py βΒ Β β βββ items.py βΒ Β β βββ users.py βΒ Β βββ internal βΒ Β βββ __init__.py βΒ Β βββ admin.py ``` /// tip There are several `__init__.py` files: one in each directory or subdirectory.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 19.1K bytes - Viewed (0) -
docs/es/docs/tutorial/bigger-applications.md
Digamos que tienes una estructura de archivos como esta: ``` . βββ app βΒ Β βββ __init__.py βΒ Β βββ main.py βΒ Β βββ dependencies.py βΒ Β βββ routers βΒ Β β βββ __init__.py βΒ Β β βββ items.py βΒ Β β βββ users.py βΒ Β βββ internal βΒ Β βββ __init__.py βΒ Β βββ admin.py ``` /// tip | Consejo Hay varios archivos `__init__.py`: uno en cada directorio o subdirectorio.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun May 11 13:37:26 UTC 2025 - 19.3K bytes - Viewed (0) -
docs/pt/docs/tutorial/bigger-applications.md
Digamos que vocΓͺ tenha uma estrutura de arquivos como esta: ``` . βββ app βΒ Β βββ __init__.py βΒ Β βββ main.py βΒ Β βββ dependencies.py βΒ Β βββ routers βΒ Β β βββ __init__.py βΒ Β β βββ items.py βΒ Β β βββ users.py βΒ Β βββ internal βΒ Β βββ __init__.py βΒ Β βββ admin.py ``` /// tip | Dica Existem vΓ‘rios arquivos `__init__.py` presentes em cada diretΓ³rio ou subdiretΓ³rio.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun May 11 13:37:26 UTC 2025 - 19.6K bytes - Viewed (0) -
docs/de/docs/tutorial/bigger-applications.md
Nehmen wir an, Sie haben eine Dateistruktur wie diese: ``` . βββ app βΒ Β βββ __init__.py βΒ Β βββ main.py βΒ Β βββ dependencies.py βΒ Β βββ routers βΒ Β β βββ __init__.py βΒ Β β βββ items.py βΒ Β β βββ users.py βΒ Β βββ internal βΒ Β βββ __init__.py βΒ Β βββ admin.py ``` /// tip | Tipp Es gibt mehrere `__init__.py`-Dateien: eine in jedem Verzeichnis oder Unterverzeichnis.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun May 11 13:37:26 UTC 2025 - 21K bytes - Viewed (0) -
docs/ru/docs/tutorial/bigger-applications.md
``` . βββ app βΒ Β βββ __init__.py βΒ Β βββ main.py βΒ Β βββ dependencies.py βΒ Β βββ routers βΒ Β β βββ __init__.py βΒ Β β βββ items.py βΒ Β β βββ users.py βΒ Β βββ internal βΒ Β βββ __init__.py βΒ Β βββ admin.py ``` /// tip | ΠΠΎΠ΄ΡΠΊΠ°Π·ΠΊΠ° ΠΠ±ΡΠ°ΡΠΈΡΠ΅ Π²Π½ΠΈΠΌΠ°Π½ΠΈΠ΅, ΡΡΠΎ Π² ΠΊΠ°ΠΆΠ΄ΠΎΠΌ ΠΊΠ°ΡΠ°Π»ΠΎΠ³Π΅ ΠΈ ΠΏΠΎΠ΄ΠΊΠ°ΡΠ°Π»ΠΎΠ³Π΅ ΠΈΠΌΠ΅Π΅ΡΡΡ ΡΠ°ΠΉΠ» `__init__.py`
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun May 11 13:37:26 UTC 2025 - 30.5K bytes - Viewed (0) -
docs/en/docs/tutorial/testing.md
``` . βββ app βΒ Β βββ __init__.py βΒ Β βββ main.py ``` In the file `main.py` you have your **FastAPI** app: {* ../../docs_src/app_testing/main.py *} ### Testing file { #testing-file } Then you could have a file `test_main.py` with your tests. It could live on the same Python package (the same directory with a `__init__.py` file): ``` hl_lines="5" . βββ app
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 6.6K bytes - Viewed (0) -
docs/en/docs/advanced/advanced-dependencies.md
## Parameterize the instance { #parameterize-the-instance } And now, we can use `__init__` to declare the parameters of the instance that we can use to "parameterize" the dependency: {* ../../docs_src/dependencies/tutorial011_an_py39.py hl[9] *} In this case, **FastAPI** won't ever touch or care about `__init__`, we will use it directly in our code. ## Create an instance { #create-an-instance }
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 2.6K bytes - Viewed (0) -
buildscripts/minio-upgrade.sh
until (mc alias set minio http://127.0.0.1:9000 minioadmin minioadmin); do echo "...waiting... for 5secs" && sleep 5 done done echo "Sleeping for nginx" sleep 20 } __init__() { sudo apt install curl -y export GOPATH=/tmp/gopath export PATH=${PATH}:${GOPATH}/bin go install github.com/minio/mc@latest ## this is needed because github actions don't have
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Mon Apr 21 16:24:31 UTC 2025 - 2.8K bytes - Viewed (0) -
tensorflow/BUILD
"//conditions:default": "_api/v1/v1.py", }), out = "__init__.py", ) genrule( name = "virtual_root_init_gen", srcs = select({ "api_version_2": [":virtual_root_template_v2.__init__.py"], "//conditions:default": [":virtual_root_template_v1.__init__.py"], }), outs = ["virtual_root.__init__.py"], cmd = "cp $(SRCS) $(OUTS)", ) generate_apis(
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Thu Aug 28 19:11:51 UTC 2025 - 53.4K bytes - Viewed (0)