- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for item_def (0.03 sec)
-
docs_src/python_types/tutorial005_py39.py
def get_items(item_a: str, item_b: int, item_c: float, item_d: bool, item_e: bytes):
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Dec 20 06:40:21 UTC 2025 - 135 bytes - Viewed (0) -
tests/test_tutorial/test_python_types/test_tutorial005.py
from docs_src.python_types.tutorial005_py39 import get_items def test_get_items(): res = get_items( "item_a", "item_b", "item_c", "item_d", "item_e", )
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Fri Dec 26 10:43:02 UTC 2025 - 271 bytes - Viewed (0)