Functions
resolve_app
1
App
▼
Resolve an import string to a chirp App instance.
Accepts ``"module:attribute"…
resolve_app
1
App
▼
def resolve_app(import_string: str) -> App
Resolve an import string to a chirp App instance.
Accepts"module:attribute"format. When the attribute portion
is omitted, defaults to"app" (e.g. "myapp"resolves to
myapp.app).
Parameters
| Name | Type | Description |
|---|---|---|
import_string |
str |
Dotted module path with optional |
Returns
App