- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 274 for tutorial007_an_py310 (0.23 seconds)
-
docs_src/query_params_str_validations/tutorial007_an_py310.py
Charlie Marsh <******@****.***> 1711472213 -0400
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Tue Mar 26 16:56:53 GMT 2024 - 337 bytes - Click Count (0) -
tests/test_tutorial/test_query_params_str_validations/test_tutorial007.py
@pytest.fixture( name="client", params=[ pytest.param("tutorial007_py39"), pytest.param("tutorial007_py310", marks=needs_py310), pytest.param("tutorial007_an_py39"), pytest.param("tutorial007_an_py310", marks=needs_py310), ], ) def get_client(request: pytest.FixtureRequest): mod = importlib.import_module( f"docs_src.query_params_str_validations.{request.param}" )
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Fri Dec 26 10:43:02 GMT 2025 - 4.6K bytes - Click Count (0) -
docs/en/docs/tutorial/query-params-str-validations.md
/// You can add a `title`: {* ../../docs_src/query_params_str_validations/tutorial007_an_py310.py hl[10] *} And a `description`: {* ../../docs_src/query_params_str_validations/tutorial008_an_py310.py hl[14] *} ## Alias parameters { #alias-parameters } Imagine that you want the parameter to be `item-query`. Like in: ```Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Dec 20 15:55:38 GMT 2025 - 16.7K bytes - Click Count (0) -
docs/uk/docs/tutorial/query-params-str-validations.md
/// Ви можете додати `title` : {* ../../docs_src/query_params_str_validations/tutorial007_an_py310.py hl[10] *} А також `description`: {* ../../docs_src/query_params_str_validations/tutorial008_an_py310.py hl[14] *} ## Аліаси параметрів Уявіть, що Ви хочете, щоб параметр називався `item-query`. Наприклад: ```Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Fri May 30 14:17:24 GMT 2025 - 26.1K bytes - Click Count (0) -
docs/ru/docs/tutorial/query-params-str-validations.md
/// Можно задать `title`: {* ../../docs_src/query_params_str_validations/tutorial007_an_py310.py hl[10] *} И `description`: {* ../../docs_src/query_params_str_validations/tutorial008_an_py310.py hl[14] *} ## Псевдонимы параметров { #alias-parameters } Представьте, что вы хотите, чтобы параметр назывался `item-query`. Например:Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 20:41:43 GMT 2025 - 26.2K bytes - Click Count (0) -
docs/de/docs/tutorial/query-params-str-validations.md
/// Sie können einen `title` hinzufügen: {* ../../docs_src/query_params_str_validations/tutorial007_an_py310.py hl[10] *} Und eine `description`: {* ../../docs_src/query_params_str_validations/tutorial008_an_py310.py hl[14] *} ## Alias-Parameter { #alias-parameters } Stellen Sie sich vor, Sie möchten, dass der Parameter `item-query` ist. Wie in:Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 24 10:28:19 GMT 2025 - 19.1K bytes - Click Count (0) -
docs/pt/docs/tutorial/query-params-str-validations.md
/// Você pode adicionar um `title`: {* ../../docs_src/query_params_str_validations/tutorial007_an_py310.py hl[10] *} E uma `description`: {* ../../docs_src/query_params_str_validations/tutorial008_an_py310.py hl[14] *} ## Parâmetros com alias { #alias-parameters } Imagine que você queira que o parâmetro seja `item-query`. Assim: ```Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 20:41:43 GMT 2025 - 18.2K bytes - Click Count (0) -
docs/es/docs/tutorial/query-params-str-validations.md
/// Puedes agregar un `title`: {* ../../docs_src/query_params_str_validations/tutorial007_an_py310.py hl[10] *} Y una `description`: {* ../../docs_src/query_params_str_validations/tutorial008_an_py310.py hl[14] *} ## Alias para parámetros { #alias-parameters } Imagina que quieres que el parámetro sea `item-query`. Como en: ```Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 20:41:43 GMT 2025 - 18.4K bytes - Click Count (0) -
pyproject.toml
"docs_src/dependencies/tutorial013_an_py310.py", # temporary code example? "docs_src/dependencies/tutorial014_an_py310.py", # temporary code example? # Pydantic v1 migration, no longer tested "docs_src/pydantic_v1_in_v2/tutorial001_an_py310.py", "docs_src/pydantic_v1_in_v2/tutorial001_an_py39.py", "docs_src/pydantic_v1_in_v2/tutorial002_an_py310.py",
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Dec 27 12:54:56 GMT 2025 - 9.3K bytes - Click Count (0) -
docs/de/docs/tutorial/dependencies/classes-as-dependencies.md
{* ../../docs_src/dependencies/tutorial002_an_py310.py hl[11:15] *} Achten Sie auf die Methode `__init__`, die zum Erstellen der Instanz der Klasse verwendet wird: {* ../../docs_src/dependencies/tutorial002_an_py310.py hl[12] *} ... sie hat die gleichen Parameter wie unsere vorherige `common_parameters`: {* ../../docs_src/dependencies/tutorial001_an_py310.py hl[8] *}Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 20:41:43 GMT 2025 - 7.6K bytes - Click Count (0)