Skip to content
  • Nikita Vasilevsky's avatar
    0f5563bd
    Define alias attribute methods in `define_attribute_methods` · 0f5563bd
    Nikita Vasilevsky authored
    `undefine_attribute_methods` now removes alias attribute methods along
    with attribute methods. This commit changes `define_attribute_methods` to
    redefine methods back if any alias attributes were declared which provides
    applications and libraries an option to bring the alias methods back
    after using `undefine_attribute_methods`.
    0f5563bd
    Define alias attribute methods in `define_attribute_methods`
    Nikita Vasilevsky authored
    `undefine_attribute_methods` now removes alias attribute methods along
    with attribute methods. This commit changes `define_attribute_methods` to
    redefine methods back if any alias attributes were declared which provides
    applications and libraries an option to bring the alias methods back
    after using `undefine_attribute_methods`.
Loading