Skip to content
Snippets Groups Projects
  • Paul Sokolovsky's avatar
    0c97e4c4
    py/stream: Add Python-level ioctl() method. · 0c97e4c4
    Paul Sokolovsky authored
    Will call underlying C virtual methods of stream interface. This isn't
    intended to be added to every stream object (it's not in CPython), but
    is convenient way to expose extra operation on Python side without
    adding bunch of Python-level methods.
    0c97e4c4
    History
    py/stream: Add Python-level ioctl() method.
    Paul Sokolovsky authored
    Will call underlying C virtual methods of stream interface. This isn't
    intended to be added to every stream object (it's not in CPython), but
    is convenient way to expose extra operation on Python side without
    adding bunch of Python-level methods.
stream.h 3.32 KiB