Skip to content

Instantly share code, notes, and snippets.

@willrazen
willrazen / duper.py
Created May 21, 2021 01:34
Super wrapper which allows property setting & deletion.
class duper:
"""Super wrapper which allows property setting & deletion.
Super can't be subclassed with empty __init__ arguments.
Works with multiple inheritance.
References:
https://mail.python.org/pipermail/python-dev/2010-April/099672.html
https://bugs.python.org/issue14965
https://bugs.python.org/file37546/superprop.py