-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
First thanks for creating this package!
It works perfectly most of the time, but I found a problem in identifying decorators for functions.
An illustrative example would be like
@ti.kernel
def solver_ti(u):
pass
The package would recognize @ti.kernel
as a single sentence instead of the decorator of the function.
This particular decorator is from taichi, but I guess the other ones like Numba will face the same issue.
Metadata
Metadata
Assignees
Labels
No labels