- Sort Score
- Result 10 results
- Languages All
Results 141 - 150 of 356 for period (0.04 sec)
-
docs/es/docs/tutorial/path-params-numeric-validations.md
Y no necesitas declarar nada más para ese parámetro, así que realmente no necesitas usar `Query`. Pero aún necesitas usar `Path` para el parámetro de path `item_id`. Y no quieres usar `Annotated` por alguna razón. Python se quejará si pones un valor con un "default" antes de un valor que no tenga un "default". Pero puedes reordenarlos y poner el valor sin un default (el parámetro de query `q`) primero.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 6.1K bytes - Viewed (0) -
docs/fa/docs/python-types.md
* `Optional` * ...و بقیه. //// ### کلاسها بهعنوان نوع میتونی یه کلاس رو هم بهعنوان نوع یه متغیر تعریف کنی. فرض کن یه کلاس `Person` داری، با یه نام: {* ../../docs_src/python_types/tutorial010.py hl[1:3] *} بعد میتونی یه متغیر رو از نوع `Person` تعریف کنی: {* ../../docs_src/python_types/tutorial010.py hl[6] *} و بعد، دوباره، همه پشتیبانی ویرایشگر رو داری:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Jul 21 12:20:57 UTC 2025 - 23.3K bytes - Viewed (0) -
docs/es/docs/tutorial/security/first-steps.md
<img src="/img/tutorial/security/image02.png"> /// note | Nota No importa lo que escribas en el formulario, aún no funcionará. Pero llegaremos allí. /// Esto por supuesto no es el frontend para los usuarios finales, pero es una gran herramienta automática para documentar interactivamente toda tu API. Puede ser utilizada por el equipo de frontend (que también puedes ser tú mismo).
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 8.8K bytes - Viewed (0) -
docs/es/docs/tutorial/response-model.md
Por eso en este ejemplo tenemos que declararlo en el parámetro `response_model`. ...pero sigue leyendo abajo para ver cómo superar eso. ## Tipo de Retorno y Filtrado de Datos Continuemos con el ejemplo anterior. Queríamos **anotar la función con un tipo**, pero queríamos poder devolver desde la función algo que en realidad incluya **más datos**.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 17K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/Protocol.kt
* `INADEQUATE_SECURITY`. */ HTTP_2("h2"), /** * Cleartext HTTP/2 with no "upgrade" round trip. This option requires the client to have prior * knowledge that the server supports cleartext HTTP/2. * * See also [Starting HTTP/2 with Prior Knowledge][rfc_7540_34]. * * [rfc_7540_34]: https://datatracker.ietf.org/doc/html/rfc7540#autoid-10 */ H2_PRIOR_KNOWLEDGE("h2_prior_knowledge"), /**
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Mon Jun 23 18:58:57 UTC 2025 - 4.4K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/Serialization.java
populateMap(map, stream, size); } /** * Populates a map by reading an input stream, as part of deserialization. See {@link #writeMap} * for the data format. The size is determined by a prior call to {@link #readCount}. */ static <K extends @Nullable Object, V extends @Nullable Object> void populateMap( Map<K, V> map, ObjectInputStream stream, int size) throws IOException, ClassNotFoundException {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Dec 22 03:38:46 UTC 2024 - 8.5K bytes - Viewed (0) -
docs/bucket/replication/DESIGN.md
existing object replication are not marked as `PENDING` prior to replication.
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 14.7K bytes - Viewed (0) -
docs/es/docs/tutorial/body-nested-models.md
## Campos de lista con parámetro de tipo Pero Python tiene una forma específica de declarar listas con tipos internos, o "parámetros de tipo": ### Importar `List` de typing En Python 3.9 y superior, puedes usar el `list` estándar para declarar estas anotaciones de tipo como veremos a continuación. 💡
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 7.5K bytes - Viewed (0) -
docs/pt/docs/python-types.md
//// ### Classes como tipos Você também pode declarar uma classe como o tipo de uma variável. Digamos que você tenha uma classe `Person`, com um nome: {* ../../docs_src/python_types/tutorial010.py hl[1:3] *} Então você pode declarar que uma variável é do tipo `Person`: {* ../../docs_src/python_types/tutorial010.py hl[6] *} E então, novamente, você recebe todo o suporte do editor:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Nov 09 10:32:53 UTC 2024 - 17.8K bytes - Viewed (0) -
docs/en/docs/python-types.md
//// ### Classes as types { #classes-as-types } You can also declare a class as the type of a variable. Let's say you have a class `Person`, with a name: {* ../../docs_src/python_types/tutorial010.py hl[1:3] *} Then you can declare a variable to be of type `Person`: {* ../../docs_src/python_types/tutorial010.py hl[6] *} And then, again, you get all the editor support:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 17.1K bytes - Viewed (0)