also ignore setf / setv
This commit is contained in:
parent
27e4772aa7
commit
d762625aeb
@ -26,7 +26,7 @@ import hy.mangle
|
||||
|
||||
class FunctionMangle(hy.mangle.Mangle):
|
||||
hoistable = ["fn"]
|
||||
ignore = ["def", "decorate_with"]
|
||||
ignore = ["def", "decorate_with", "setf", "setv"]
|
||||
|
||||
def __init__(self):
|
||||
self.series = 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user