sematic
sematic copied to clipboard
Add a nice error message if user tries to decorate a method with `@sematic.func`
class Foo:
@sematic.func
def bar(self):
pass
should ideally give an error at time of wrapping rather than runtime, and have a nice message.
Hello! Can I work on this issue?
Sorry for not seeing your comment earlier. Yes, please do!
Fixed by #297.