This commit is contained in:
alex 2022-01-26 12:48:32 +00:00
parent c924057c56
commit e53ec44d98

View File

@ -433,6 +433,10 @@ class Pattern {
return stack([with_pat, without_pat])
}
off(time_pat, func) {
return stack([this, func(this._early(time_pat))])
}
// def off(self, time_pat, func):
// return stack(self, self.early(time_pat))