# tty - pydoc - phpman

> **TLDR:** Returns terminal name.
>
- Print the file name of this terminal:
  `tty`

*Source: tldr-pages*

---

Help on module tty:

## NAME
    tty - Terminal utilities.

## MODULE REFERENCE
    <https://docs.python.org/3.10/library/tty.html>

    The following documentation is automatically generated from the Python
    source files.  It may be incomplete, incorrect or include features that
    are considered implementation detail and may vary between Python
    implementations.  When in doubt, consult the module reference at the
    location listed above.

## FUNCTIONS
### setcbreak
        Put terminal into a cbreak mode.

### setraw
        Put terminal into a raw mode.

## DATA
    __all__ = ['setraw', 'setcbreak']

## FILE
    /usr/lib/python3.10/tty.py


