mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
parent
e180307c10
commit
ff294fea40
4 changed files with 4 additions and 3 deletions
|
@ -87,7 +87,7 @@ The module defines the following functions:
|
|||
An example:
|
||||
|
||||
\begin{verbatim}
|
||||
>>> import array, fnctl, struct, termios, os
|
||||
>>> import array, fcntl, struct, termios, os
|
||||
>>> os.getpgrp()
|
||||
13341
|
||||
>>> struct.unpack('h', fcntl.ioctl(0, termios.TIOCGPGRP, " "))[0]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue