Replies: 1 comment
-
| Hi. It already supports methods: @meth.register
def _(self, x: int, y: float):
    ... | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
As I was using this library for multi dispatching for functions, I was wondering if the same functionality can be added to methods as well. It would look some like this:
I would be open to work on this eventual feature 😄 .
Beta Was this translation helpful? Give feedback.
All reactions