Home / File/ tutorial002_py39.py — fastapi Source File

tutorial002_py39.py — fastapi Source File

Architecture documentation for tutorial002_py39.py, a python file in the fastapi codebase.

File python FastAPI Routing 1 functions

Entity Profile

Relationship Graph

Source Code

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


print(get_full_name("john", "doe"))

Domain

Subdomains

Functions

Frequently Asked Questions

What does tutorial002_py39.py do?
tutorial002_py39.py is a source file in the fastapi codebase, written in python. It belongs to the FastAPI domain, Routing subdomain.
What functions are defined in tutorial002_py39.py?
tutorial002_py39.py defines 1 function(s): get_full_name.
Where is tutorial002_py39.py in the architecture?
tutorial002_py39.py is located at docs_src/python_types/tutorial002_py39.py (domain: FastAPI, subdomain: Routing, directory: docs_src/python_types).

Analyze Your Own Codebase

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

Try Supermodel Free