get_config
data.get_config(name)Return a startup configuration for ExPdPy.
Parameters
| Name | Type | Description | Default |
|---|---|---|---|
| name | str | The configuration name (currently only "kuznets"; see :func:available_configs). |
required |
Returns
| Name | Type | Description |
|---|---|---|
| dict | The configuration mapping. |