[SAGA-RG] SAGA Python language binding naming.

'Andre Merzky' andre at merzky.net
Wed Aug 13 14:39:21 CDT 2008


Quoting [Hartmut Kaiser] (Aug 13 2008):
> 
> > I take that Plain would be the default then, and, also by
> > default, not be visible? Thus you'd have:
> > 
> >       bytes_read = f.read (buffer, len)
> >       bytes_read = f.read (buffer, len, type=saga.task.Plain)
> >       task       = f.read (buffer, len, type=saga.task.Sync)
> >       task       = f.read (buffer, len, type=saga.task.Async)
> >       task       = f.read (buffer, len, type=saga.task.Task)
> > 
> > with the first two being the same call (once with default
> > parameter, once explicit)?

Cool :-)


> Exactly.
> Regards Hartmut

-- 
Nothing is ever easy.


More information about the saga-rg mailing list