# libtmux._vendor.version.Version.__repr__

- **Module:** libtmux._vendor.version.Version
- **Package:** libtmux
- **Language:** Python
- **Kind:** method
- **Source:** https://github.com/tmux-python/libtmux/blob/036c521c4b83ce6e434eb50afe2a0d08a6a05e46/src/libtmux/_vendor/version.py#L242
- **Page:** https://libtmux.org/reference/py/libtmux-_vendor-version-version-__repr__/

```
libtmux._vendor.version.Version.__repr__(self) -> str
```

Return representation of the Version that shows all internal state.

>>> Version('1.0.0')
<Version('1.0.0')>
