- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 100 for __init__ (0.04 sec)
-
docs/sts/client_grants/__init__.py
implementation to be used with boto_session """ METHOD = 'assume-role-client-grants' CANONICAL_NAME = 'AssumeRoleClientGrants' def __init__(self, cid, csec, idp_ep='http://localhost:8080/auth/realms/minio/protocol/openid-connect/token', sts_ep='http://localhost:9000'): self.cid = cid self.csec = csec
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Apr 23 18:58:53 UTC 2021 - 4.6K bytes - Viewed (0) -
tensorflow/__init__.py
Itai Zukerman <******@****.***> 1632864678 -0700
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Tue Sep 28 21:37:05 UTC 2021 - 1.4K bytes - Viewed (0) -
tensorflow/api_template.__init__.py
sub-modules, as described below. Note that the file `__init__.py` in the TensorFlow source code tree is actually only a placeholder to enable test cases to run. The TensorFlow build replaces this file with a file generated from [`api_template.__init__.py`](https://www.github.com/tensorflow/tensorflow/blob/master/tensorflow/api_template.__init__.py) """ # pylint: disable=g-bad-import-order,protected-access,g-import-not-at-top
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Wed Oct 02 22:16:02 UTC 2024 - 6.8K bytes - Viewed (0) -
tensorflow/api_template_v1.__init__.py
TensorFlower Gardener <******@****.***> 1727907362 -0700
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Wed Oct 02 22:16:02 UTC 2024 - 7.5K bytes - Viewed (0) -
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/pt/docs/tutorial/testing.md
``` . โโโ app โย ย โโโ __init__.py โย ย โโโ main.py ``` No arquivo `main.py` vocรช tem seu aplicativo **FastAPI**: {* ../../docs_src/app_testing/main.py *} ### Arquivo de teste Entรฃo vocรช poderia ter um arquivo `test_main.py` com seus testes. Ele poderia estar no mesmo pacote Python (o mesmo diretรณrio com um arquivo `__init__.py`): ``` hl_lines="5" . โโโ app โย ย โโโ __init__.py
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 6.8K bytes - Viewed (0) -
docs/ko/docs/tutorial/testing.md
``` . โโโ app โย ย โโโ __init__.py โย ย โโโ main.py ``` `main.py` ํ์ผ ์์ **FastAPI** app ์ ๋ง๋ค์์ต๋๋ค: {* ../../docs_src/app_testing/main.py *} ### ํ ์คํธ ํ์ผ ํ ์คํธ๋ฅผ ์ํด `test_main.py` ๋ผ๋ ํ์ผ์ ์์ฑํ ์ ์์ต๋๋ค. ์ด ํ์ผ์ ๋์ผํ Python ํจํค์ง(์ฆ, `__init__.py` ํ์ผ์ด ์๋ ๋์ผํ ๋๋ ํฐ๋ฆฌ)์ ์์นํ ์ ์์ต๋๋ค. ``` hl_lines="5" . โโโ app โย ย โโโ __init__.py โย ย โโโ main.py โย ย โโโ test_main.py ```
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Tue Dec 10 11:24:48 UTC 2024 - 7.6K bytes - Viewed (0) -
docs/zh/docs/advanced/advanced-dependencies.md
{* ../../docs_src/dependencies/tutorial011.py hl[10] *} ๆฌไพไธญ๏ผ**FastAPI** ไฝฟ็จ `__call__` ๆฃๆฅ้ๅ ๅๆฐๅๅญไพ่ต้กน๏ผ็จๅ๏ผ่ฟ่ฆ่ฐ็จๅฎๅ*่ทฏๅพๆไฝๅฝๆฐ*ไผ ้ๅผใ ## ๅๆฐๅๅฎไพ ๆฅไธๆฅ๏ผไฝฟ็จ `__init__` ๅฃฐๆ็จไบ**ๅๆฐๅ**ไพ่ต้กน็ๅฎไพๅๆฐ๏ผ {* ../../docs_src/dependencies/tutorial011.py hl[7] *} ๆฌไพไธญ๏ผ**FastAPI** ไธไฝฟ็จ `__init__`๏ผๆไปฌ่ฆ็ดๆฅๅจไปฃ็ ไธญไฝฟ็จใ ## ๅๅปบๅฎไพ ไฝฟ็จไปฅไธไปฃ็ ๅๅปบ็ฑปๅฎไพ๏ผ {* ../../docs_src/dependencies/tutorial011.py hl[16] *}
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 1.9K bytes - Viewed (0) -
docs/em/docs/tutorial/testing.md
``` . โโโ app โย ย โโโ __init__.py โย ย โโโ main.py ``` ๐ `main.py` ๐ โ๏ธ ๐ **FastAPI** ๐ฑ: {* ../../docs_src/app_testing/main.py *} ### ๐ฌ ๐ โคด๏ธ ๐ ๐ช โ๏ธ ๐ `test_main.py` โฎ๏ธ ๐ ๐ฏ. โซ๏ธ ๐ช ๐ ๐ ๐ ๐ ๐ฆ (๐ ๐ โฎ๏ธ `__init__.py` ๐): ``` hl_lines="5" . โโโ app โย ย โโโ __init__.py โย ย โโโ main.py โย ย โโโ test_main.py ```
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 4.9K bytes - Viewed (0)