pyforwarder

Method forwarding library for Python


License
MIT
Install
pip install pyforwarder==1.0.0

Documentation

pyforwarder - method forwarding library for Python

This is a Python library inspired by https://github.com/RobertDober/Forwarder, intended to make method forwarding (and therefore composition-over-inheritance) easier in Python.

See the tests/ folder for usage examples.