evhub / rabbit

Rabbit is a modern, functional programming language built on top of Python.
14 stars 1 forks source link

Allow custom methods to raise a not implemented error #110

Open evhub opened 10 years ago

evhub commented 10 years ago

Custom methods should be able to flag themselves as not being implemented in certain scenarios.

evhub commented 10 years ago

Can already be done by implementing a custom __get__ method, but this would be easier, so it should still be implemented.