Search Options

Results per page
Sort
Preferred Languages
Advance

Results 181 - 190 of 506 for Dict (0.06 sec)

  1. docs/vi/docs/python-types.md

    1. * Biến `items_s` là mt `set`, và mi phn t ca nó có kiu `bytes`.
    2.  
    3. #### Dict
    4.  
    5. Để định nghĩa mt `dict`, bn truyn 2 tham s kiu d liu, phân cách bi du phy.
    6.  
    7. Tham s kiu d liu đầu tiên dành cho khóa ca `dict`.
    8.  
    9. Tham s kiu d liu th hai dành cho giá tr ca `dict`.
    10.  
    11. //// tab | Python 3.9+
    12.  
    13. ```Python hl_lines="1"
    14. {!> ../../docs_src/python_types/tutorial008_py39.py!}
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 21.6K bytes
    - Viewed (0)
  2. docs/ru/docs/tutorial/schema-extra-example.md

    1. Ключи `dict` указывают на каждый пример, а значения для каждого из них - на еще один тип `dict` с дополнительной информацией.
    2.  
    3. Каждый конкретный пример типа `dict` в аргументе `examples` может содержать:
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 11.5K bytes
    - Viewed (0)
  3. tests/test_dependency_contextvars.py

    1. from contextvars import ContextVar
    2. from typing import Any, Awaitable, Callable, Dict, Optional
    3.  
    4. from fastapi import Depends, FastAPI, Request, Response
    5. from fastapi.testclient import TestClient
    6.  
    7. legacy_request_state_context_var: ContextVar[Optional[Dict[str, Any]]] = ContextVar(
    8. "legacy_request_state_context_var", default=None
    9. )
    10.  
    11. app = FastAPI()
    12.  
    13.  
    14. async def set_up_request_state_dependency():
    15. request_state = {"user": "deadpond"}
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Thu Feb 17 12:40:12 UTC 2022
    - 1.5K bytes
    - Viewed (0)
  4. src/test/java/org/codelibs/fess/it/admin/dict/StemmerOverrideTests.java

    1. */
    2. package org.codelibs.fess.it.admin.dict;
    3.  
    4. import java.util.HashMap;
    5. import java.util.Map;
    6.  
    7. import org.junit.jupiter.api.Tag;
    8. import org.junit.jupiter.api.Test;
    9.  
    10. @Tag("it")
    11. public class StemmerOverrideTests extends DictCrudTestBase {
    12.  
    13. private static final String NAME_PREFIX = "stemmerOvberrideTest_";
    14. private static final String API_PATH = "/api/admin/dict/stemmeroverride";
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  5. src/test/java/org/codelibs/fess/it/admin/dict/StopwordsTests.java

    1. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
    2. * either express or implied. See the License for the specific language
    3. * governing permissions and limitations under the License.
    4. */
    5. package org.codelibs.fess.it.admin.dict;
    6.  
    7. import static org.junit.jupiter.api.Assertions.fail;
    8.  
    9. import java.util.HashMap;
    10. import java.util.Map;
    11.  
    12. import org.junit.jupiter.api.Tag;
    13. import org.junit.jupiter.api.Test;
    14.  
    15. @Tag("it")
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  6. fastapi/applications.py

    1. ```
    2. """
    3. ),
    4. ] = None,
    5. servers: Annotated[
    6. Optional[List[Dict[str, Union[str, Any]]]],
    7. Doc(
    8. """
    9. A `list` of `dict`s with connectivity information to a target server.
    10.  
    11. You would use it, for example, if your application is served from
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sat Aug 17 04:52:31 UTC 2024
    - 172.2K bytes
    - Viewed (0)
  7. docs/em/docs/tutorial/dependencies/classes-as-dependencies.md

    1. 🤿 🔘 **🔗 💉** ⚙️, ➡️ ⏮️ 🖼.
    2.  
    3. ## `dict` ⚪️➡️ ⏮️ 🖼
    4.  
    5. ⏮️ 🖼, 👥 🛬 `dict` ⚪️➡️ 👆 🔗 ("☑"):
    6.  
    7. //// tab | 🐍 3️⃣.6️⃣ & 🔛
    8.  
    9. ```Python hl_lines="9"
    10. {!> ../../docs_src/dependencies/tutorial001.py!}
    11. ```
    12.  
    13. ////
    14.  
    15. //// tab | 🐍 3️⃣.1️⃣0️⃣ & 🔛
    16.  
    17. ```Python hl_lines="7"
    18. {!> ../../docs_src/dependencies/tutorial001_py310.py!}
    19. ```
    20.  
    21. ////
    22.  
    23. ✋️ ⤴️ 👥 🤚 `dict` 🔢 `commons` *➡ 🛠️ 🔢*.
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  8. docs/zh/docs/tutorial/testing.md

    1. 接着只需在测试中同样操作。
    2.  
    3. 示例:
    4.  
    5. * 传一个*路径* 或*查询* 参数,添加到URL上。
    6. * 传一个JSON体,传一个Python对象(例如一个`dict`)到参数 `json`
    7. * 如果你需要发送 *Form Data* 而不是 JSON,使用 `data` 参数。
    8. * 要发送 *headers*,传 `dict` `headers` 参数。
    9. * 对于 *cookies*,传 `dict` `cookies` 参数。
    10.  
    11. 关于如何传数据给后端的更多信息 (使用`httpx` `TestClient`),请查阅 <a href="https://www.python-httpx.org" class="external-link" target="_blank">HTTPX 文档</a>.
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 6K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/dict/protwords/ProtwordsItem.java

    1. * either express or implied. See the License for the specific language
    2. * governing permissions and limitations under the License.
    3. */
    4. package org.codelibs.fess.dict.protwords;
    5.  
    6. import org.apache.commons.lang3.StringUtils;
    7. import org.codelibs.core.lang.StringUtil;
    8. import org.codelibs.fess.dict.DictionaryItem;
    9.  
    10. public class ProtwordsItem extends DictionaryItem {
    11. private final String input;
    12.  
    13. private String newInput;
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Oct 11 21:11:58 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  10. docs_src/dependency_testing/tutorial001.py

    1. ):
    2. return {"q": q, "skip": skip, "limit": limit}
    3.  
    4.  
    5. @app.get("/items/")
    6. async def read_items(commons: dict = Depends(common_parameters)):
    7. return {"message": "Hello Items!", "params": commons}
    8.  
    9.  
    10. @app.get("/users/")
    11. async def read_users(commons: dict = Depends(common_parameters)):
    12. return {"message": "Hello Users!", "params": commons}
    13.  
    14.  
    15. client = TestClient(app)
    16.  
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sat May 14 11:59:59 UTC 2022
    - 1.5K bytes
    - Viewed (0)
Back to top