lazy eval docs

[SVN r1877]
This commit is contained in:
Daniel Wallin
2004-01-15 18:25:06 +00:00
parent 241ba05256
commit f693dc93d4

View File

@@ -334,7 +334,8 @@ Lazy Evaluation of Defaults
===========================
Sometimes computation of the default value can be expensive, and
best avoided if the user does supply the argument.
best avoided if the user does supply the argument. For this the
default value can be lazily evaluated:
.. parsed-literal::