Home / Function/ get_full_name() — fastapi Function Reference

get_full_name() — fastapi Function Reference

Architecture documentation for the get_full_name() function in tutorial002_py39.py from the fastapi codebase.

Entity Profile

Dependency Diagram

graph TD
  b082e264_f873_1e28_25dc_5f606a34676c["get_full_name()"]
  235c74b1_168b_7ea0_cab3_7b7cc8fd1ca4["tutorial002_py39.py"]
  b082e264_f873_1e28_25dc_5f606a34676c -->|defined in| 235c74b1_168b_7ea0_cab3_7b7cc8fd1ca4
  style b082e264_f873_1e28_25dc_5f606a34676c fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

docs_src/python_types/tutorial002_py39.py lines 1–3

def get_full_name(first_name: str, last_name: str):
    full_name = first_name.title() + " " + last_name.title()
    return full_name

Domain

Subdomains

Frequently Asked Questions

What does get_full_name() do?
get_full_name() is a function in the fastapi codebase, defined in docs_src/python_types/tutorial002_py39.py.
Where is get_full_name() defined?
get_full_name() is defined in docs_src/python_types/tutorial002_py39.py at line 1.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free