# tmuxp.workspace.freezer.inline

- **Module:** tmuxp.workspace.freezer
- **Package:** tmuxp
- **Language:** Python
- **Kind:** function
- **Source:** https://github.com/tmux-python/tmuxp/blob/153acdf6ff1268b14d3d03ed488f545a7123c8f1/src/tmuxp/workspace/freezer.py#L16
- **Page:** https://libtmux.org/en/py/latest/workspace/reference/tmuxp-workspace-freezer-inline/

```
tmuxp.workspace.freezer.inline(workspace_dict: dict[str, t.Any]) -> t.Any
```

Return workspace with inlined shorthands.

Opposite of :func:`~tmuxp.workspace.loader.expand`.

## Returns

dict
    workspace with shorthands inlined.
