8 comments on “Python Decorator for Simplifying Delegate Pattern

  1. Pingback: Kotlin Month Post 2: Inheritance and Defaults | Programming Ideas With Jake

  2. Pingback: The Clash of Template and Delegate Patterns | Programming Ideas With Jake

  3. RE section: Standard Attribute Delegation
    using 3.6

    typo in DelegatedAttribute.str
    return “‘
    should be
    return “” or return ”

    AttributeError: DelegatedAttribute instance has no call method

    Continuing with the rest of the article 😉

    Like

Leave a comment