mixed keyword arguments

Eddie Kohler kohler at aciri.org
Thu Feb 15 20:48:16 EST 2001


FYI -- If you have an element with keyword arguments, you can now
freely intermix the keyword arguments with old-style positional
arguments.

In particular, rather than 

RatedSource(\<jasnfdsanfkdnsakfds>, 60000, 400)

(what is 60000? what is 400?) you can say

RatedSource(DATA \<jasnfdsanfkdnsakfds>, RATE 60000, LIMIT 400)

(aha!) -- but the old positional syntax still works too.

love,
ed



More information about the click mailing list