# libtmux.Session.__enter__

- **Module:** libtmux.Session
- **Package:** libtmux
- **Language:** Python
- **Kind:** method
- **Source:** https://github.com/tmux-python/libtmux/blob/036c521c4b83ce6e434eb50afe2a0d08a6a05e46/src/libtmux/session.py#L119
- **Page:** https://libtmux.org/reference/py/libtmux-session-__enter__/

```
libtmux.Session.__enter__(self) -> Self
```

Enter the context, returning self.

## Returns

:class:`Session`
    The session instance
