| Age | Commit message (Collapse) | Author |
|
Co-authored-by: Claude Paroz <claude@2xlibre.net>
|
|
|
|
lazy() should prepare the proxy class only once (the first time it's
used) not on every call.
Regression in b4e76f30d12bfa8a53cc297c60055c6f4629cc4c.
|
|
|
|
Co-Authored-By: Sergey Fedoseev <fedoseev.sergey@gmail.com>
|
|
|
|
Thanks Tim Graham and Simon Charette for the reviews.
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Implemented __str__() to return the string-representation of the
proxied object, not the proxy itself, if the lazy object didn't have
a string-like object in its resultclasses.
|
|
|
|
resultclasses.
Co-Authored-By: Rocky Meza <rmeza@fusionbox.com>
|
|
|
|
function
|
|
|
|
|
|
|
|
Refs #20680.
|
|
|
|
|