Python stdlib module — termios. Auto-indexed from CDN. Method-level security roles have not been annotated; rule writers should inspect the source before use.
.tcdrain()Neutraltcdrain(fd)
Wait until all output written to file descriptor fd has been transmitted.
.tcflow()Neutraltcflow(fd, action)
Suspend or resume input or output on file descriptor fd.
.tcsetattr()Neutraltcsetattr(fd, when, attributes)
Set the tty attributes for file descriptor fd.
.tcsetwinsize()Neutraltcsetwinsize(fd, winsize)
Set the tty winsize for file descriptor fd.
| FQN | Field | |
|---|---|---|
| termios | fqns[0] |
Wrong FQN → 0 findings. Verify with: change fqns to garbage → must produce 0 results.
import termios