Re: TIFF Image Support Project GSOC
Carnë Draug <[email protected]> Thu, 25 Mar 2021 17:01:51 +0000
| Newsgroups | gmane.comp.gnu.octave.maintainers |
|---|---|
| Message-ID | <CAPOrs_0UqTmMC=hZe2UWop9hDCoZ+n5sZcoCVnCwOYAZSx5iDw@mail.gmail.com> |
On Wed, Mar 24, 2021 at 11:30 PM Nicholas Jankowski <[email protected]> wrote: > [...] > @David - are there any similar existing wrappers/class > implementations worth pointing out in particular as a reference? Not really. The closest thing is the @ftp class which uses the old style classes. Its methods are pretty much single lines that simply call the corresponding __dunder__ method.