Functions
run_server
1
None
▼
Start the chirp development server.
Resolves ``args.app`` to a chirp App, then…
run_server
1
None
▼
def run_server(args: argparse.Namespace) -> None
Start the chirp development server.
Resolvesargs.appto a chirp App, then delegates to
run_dev_server()with the resolved app and CLI overrides
for host/port. The original import string is forwarded as
app_pathso pounce can reimport on reload.
Parameters
| Name | Type | Description |
|---|---|---|
args |
argparse.Namespace |