DanielSank / observed

Observer pattern in python
MIT License
33 stars 4 forks source link

Check that decorated functions/methods have preserved signature and docstrings #21

Open DanielSank opened 5 years ago

DanielSank commented 5 years ago

If they don't, make sure we're using functools.wraps etc. where we should be.