:right-sidebar: True UnixInputStream =================================================================== .. currentmodule:: gi.repository.Gio .. deprecated:: PyGObject-3.16.0 Gio.UnixInputStream is deprecated; use GioUnix.InputStream instead .. class:: UnixInputStream(**properties: ~typing.Any) :no-contents-entry: :Constructors: :: InputStream(**properties) new(fd:int, close_fd:bool) -> Gio.InputStream Constructors ------------ .. rst-class:: interim-class .. class:: UnixInputStream :no-index: .. classmethod:: new(fd: int, close_fd: bool) -> ~gi.repository.Gio.InputStream :param fd: :param close_fd: Methods ------- .. rst-class:: interim-class .. class:: UnixInputStream :no-index: .. method:: get_close_fd() -> bool .. method:: get_fd() -> int .. method:: set_close_fd(close_fd: bool) -> None :param close_fd: Properties ---------- .. rst-class:: interim-class .. class:: UnixInputStream :no-index: .. attribute:: props.close_fd :type: bool The type of the None singleton. .. attribute:: props.fd :type: int The type of the None singleton. Fields ------ .. rst-class:: interim-class .. class:: UnixInputStream :no-index: .. attribute:: parent_instance .. attribute:: priv