[SAGA-RG] SAGA Python language binding naming.

Hartmut Kaiser hkaiser at cct.lsu.edu
Wed Aug 13 14:33:55 CDT 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)?

Exactly.
Regards Hartmut





More information about the saga-rg mailing list