https://bugzilla.redhat.com/show_bug.cgi?id=1079484

            Bug ID: 1079484
           Summary: Review Request: python-lazy - Lazy attributes for
                    python objects
           Product: Fedora
           Version: rawhide
         Component: Package Review
          Severity: medium
          Priority: medium
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]



Spec URL: http://dshea.fedorapeople.org/python-lazy/python-lazy.spec
SRPM URL:
http://dshea.fedorapeople.org/python-lazy/python-lazy-1.1-1.fc21.src.rpm

Description:

python-lazy is a python module that provides a decorator to create lazy
attributes. Here's the %description copied from the README:

Lazy attributes are computed attributes that are evaluated only once, the first
time they are used.  Subsequent uses return the results of the first call. They
come handy when code should run

- *late*, i.e. just before it is needed, and
- *once*, i.e. not twice, in the lifetime of an object.

You can think of it as deferred initialization.
The possibilities are endless.


Fedora Account System Username: dshea

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to