• Jack Jansen's avatar
    Added a class PEP252Mixin. By adding this to your ObjectDefinition you · 3d654d6d
    Jack Jansen yazdı
    get PEP-252 style objects in stead of old-fashioned objects.
    In stead of defining a GetattrHook you declare a class variable getsetlist,
    which contains tuples (name, getcode, setcode, docstring).
    Only lightly tested: the code still works if you don't inherit PEP252Mixin
    and the code works if you inherit it but don't define any getters
    or setters. Also, this will not work together with the "poor mans inheritance"
    offered by method chains, so the CF module will remain with old-style
    objects until PEP253 is supported too.
    3d654d6d
Adı
Son kayıt (commit)
Son güncelleme
..
bgen Loading commit data...
README Loading commit data...