[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Subversion generic streams

From: Jim Blandy <jimb_at_zwingli.cygnus.com>
Date: 2000-12-13 14:28:43 CET

> If this was Python, then I'd recommend named arguments:
>
> fin = svn_stream_create(pool, rs, read=my_reader)
> fout = svn_stream_create(pool, rs, write=my_writer)
>
> fud = svn_stream_create(pool, rs, read=my_reader, write=my_writer,
> seek=seek_the_bugger,
> jims_whatzit_func=blarg)

Yes, exactly.
Received on Sat Oct 21 14:36:17 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.