mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-27 13:38:40 +00:00
off
This commit is contained in:
parent
c924057c56
commit
e53ec44d98
@ -433,6 +433,10 @@ class Pattern {
|
|||||||
return stack([with_pat, without_pat])
|
return stack([with_pat, without_pat])
|
||||||
}
|
}
|
||||||
|
|
||||||
|
off(time_pat, func) {
|
||||||
|
return stack([this, func(this._early(time_pat))])
|
||||||
|
}
|
||||||
|
|
||||||
// def off(self, time_pat, func):
|
// def off(self, time_pat, func):
|
||||||
// return stack(self, self.early(time_pat))
|
// return stack(self, self.early(time_pat))
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user