# tmuxp.workspace.finders.is_pure_name

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

```
tmuxp.workspace.finders.is_pure_name(path: str) -> bool
```

Return True if path is a name and not a file path.

## Parameters

- `path` (str): Path (can be absolute, relative, etc.)

## Returns

bool
    True if path is a name of workspace in workspace dir, not file path.
