Skip to content

Commit

Permalink
Update transformers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lekcyjna123 authored Nov 4, 2023
1 parent 6c1cba3 commit 1f4ce0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transactron/lib/transformers.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def _(arg):

class MethodFilter(Elaboratable):
"""Method filter.
Takes a target method and creates a method which calls the target method
only when some condition is true. The condition function takes two
parameters, a module and the input `Record` of the method. Non-zero
Expand Down

0 comments on commit 1f4ce0c

Please sign in to comment.