Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for say_hello (0.04 sec)

  1. tests/test_tutorial/test_python_types/test_tutorial013.py

    from docs_src.python_types.tutorial013_py39 import say_hello
    
    
    def test_say_hello():
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Fri Dec 26 10:43:02 UTC 2025
    - 136 bytes
    - Viewed (0)
  2. docs_src/python_types/tutorial013_py39.py

    from typing import Annotated
    
    
    def say_hello(name: Annotated[str, "this is just metadata"]) -> str:
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sat Mar 18 12:29:59 UTC 2023
    - 127 bytes
    - Viewed (0)
Back to top