Skip to content
  • chrysn's avatar
    builtin property: accept keyword arguments · f8ba2eca
    chrysn authored
    this allows python code to use property(lambda:..., doc=...) idiom.
    
    named versions for the fget, fset and fdel arguments are left out in the
    interest of saving space; they are rarely used and easy to enable when
    actually needed.
    
    a test case is included.
    f8ba2eca