- Sort Score
- Result 10 results
- Languages All
Results 41 - 50 of 100 for __init__ (0.04 sec)
-
docs/ru/docs/fastapi-cli.md
<span style="background-color:#009485"><font color="#D3D7CF"> FastAPI </font></span> Starting development server ๐ Searching for package file structure from directories with <font color="#3465A4">__init__.py</font> files Importing from <font color="#75507B">/home/user/code/</font><font color="#AD7FA8">awesomeapp</font> <span style="background-color:#007166"><font color="#D3D7CF"> module </font></span> ๐ main.py
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 09 12:49:43 UTC 2024 - 6.7K bytes - Viewed (0) -
docs/en/docs/tutorial/index.md
<span style="background-color:#009485"><font color="#D3D7CF"> FastAPI </font></span> Starting development server ๐ Searching for package file structure from directories with <font color="#3465A4">__init__.py</font> files Importing from <font color="#75507B">/home/user/code/</font><font color="#AD7FA8">awesomeapp</font> <span style="background-color:#007166"><font color="#D3D7CF"> module </font></span> ๐ main.py
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/tutorial/dependencies/classes-as-dependencies.md
## Classes como dependรชncias Vocรช deve ter percebido que para criar um instรขncia de uma classe em Python, a mesma sintaxe รฉ utilizada. Por exemplo: ```Python class Cat: def __init__(self, name: str): self.name = name fluffy = Cat(name="Mr Fluffy") ``` Nesse caso, `fluffy` รฉ uma instรขncia da classe `Cat`. E para criar `fluffy`, vocรช estรก "chamando" `Cat`.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 7K bytes - Viewed (0) -
docs/en/docs/tutorial/dependencies/classes-as-dependencies.md
## Classes as dependencies { #classes-as-dependencies_1 } You might notice that to create an instance of a Python class, you use that same syntax. For example: ```Python class Cat: def __init__(self, name: str): self.name = name fluffy = Cat(name="Mr Fluffy") ``` In this case, `fluffy` is an instance of the class `Cat`. And to create `fluffy`, you are "calling" `Cat`.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 6.7K bytes - Viewed (0) -
docs/sts/client_grants/sts_element.py
class STSElement(object): """STS aware XML parsing class. Wraps a root element name and cElementTree.Element instance. Provides STS namespace aware parsing functions. """ def __init__(self, root_name, element): self.root_name = root_name self.element = element @classmethod def fromstring(cls, root_name, data): """Initialize STSElement from name and XML string data.
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Apr 23 18:58:53 UTC 2021 - 2.5K bytes - Viewed (0) -
docs/vi/docs/fastapi-cli.md
<span style="background-color:#009485"><font color="#D3D7CF"> FastAPI </font></span> Starting development server ๐ Searching for package file structure from directories with <font color="#3465A4">__init__.py</font> files Importing from <font color="#75507B">/home/user/code/</font><font color="#AD7FA8">awesomeapp</font> <span style="background-color:#007166"><font color="#D3D7CF"> module </font></span> ๐ main.py
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Fri Feb 07 22:09:16 UTC 2025 - 5.4K bytes - Viewed (0) -
docs/es/docs/advanced/async-tests.md
``` . โโโ app โย ย โโโ __init__.py โย ย โโโ main.py โย ย โโโ test_main.py ``` El archivo `main.py` tendrรญa: {* ../../docs_src/async_tests/main.py *} El archivo `test_main.py` tendrรญa los tests para `main.py`, podrรญa verse asรญ ahora:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 4K bytes - Viewed (0) -
docs/ko/docs/tutorial/dependencies/classes-as-dependencies.md
``` ์๊ธฐ์ ๊ฐ์ ๋ฐฉ์์ผ๋ก "ํธ์ถ(์คํ)" ํ ์ ์๋ค๋ฉด "ํธ์ถ ๊ฐ๋ฅ"์ด ๋ฉ๋๋ค. ## ์์กด์ฑ์ผ๋ก์์ ํด๋์ค ํ์ด์ฌ ํด๋์ค์ ์ธ์คํด์ค๋ฅผ ์์ฑํ๊ธฐ ์ํด ์ฌ์ฉํ๋ ๊ฒ๊ณผ ๋์ผํ ๋ฌธ๋ฒ์ ์ฌ์ฉํ๋ค๋ ๊ฑธ ์ ์ ์์ต๋๋ค. ์๋ฅผ ๋ค์ด: ```Python class Cat: def __init__(self, name: str): self.name = name fluffy = Cat(name="Mr Fluffy") ``` ์ด ๊ฒฝ์ฐ์ `fluffy`๋ ํด๋์ค `Cat`์ ์ธ์คํด์ค์ ๋๋ค. ๊ทธ๋ฆฌ๊ณ ์ฐ๋ฆฌ๋ `fluffy`๋ฅผ ๋ง๋ค๊ธฐ ์ํด์ `Cat`์ "ํธ์ถ"ํ์ต๋๋ค. ๋ฐ๋ผ์, ํ์ด์ฌ ํด๋์ค๋ **ํธ์ถ ๊ฐ๋ฅ**ํฉ๋๋ค.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 6.7K bytes - Viewed (0) -
docs/pt/docs/deployment/manually.md
<span style="background-color:#009485"><font color="#D3D7CF"> FastAPI </font></span> Starting production server ๐ Searching for package file structure from directories with <font color="#3465A4">__init__.py</font> files Importing from <font color="#75507B">/home/user/code/</font><font color="#AD7FA8">awesomeapp</font> <span style="background-color:#007166"><font color="#D3D7CF"> module </font></span> ๐ main.py
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Thu Jan 09 20:41:07 UTC 2025 - 7.2K bytes - Viewed (0) -
docs/em/docs/advanced/async-tests.md
## ๐ผ ๐ ๐ผ, โก๏ธ ๐ค ๐ ๐ ๐ 1๏ธโฃ ๐ฌ [๐ฆ ๐ธ](../tutorial/bigger-applications.md){.internal-link target=_blank} & [๐ฌ](../tutorial/testing.md){.internal-link target=_blank}: ``` . โโโ app โย ย โโโ __init__.py โย ย โโโ main.py โย ย โโโ test_main.py ``` ๐ `main.py` ๐ โ๏ธ: {* ../../docs_src/async_tests/main.py *} ๐ `test_main.py` ๐ โ๏ธ ๐ฏ `main.py`, โซ๏ธ ๐ช ๐ ๐ ๐ ๐:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 2.9K bytes - Viewed (0)