Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PacktPublishing/Full-Stack-FastAPI-React-and-MongoDB
/ InsertUser
Class
InsertUser
chapter3/chapter3_body2.py:5–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
4
5
class
InsertUser(BaseModel):
6
username: str
7
name: str
8
9
10
class
InsertCar(BaseModel):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected