Lines Matching +full:sub +full:- +full:blocks
2 # SPDX-License-Identifier: GPL-2.08 Those help caching regular expressions and do matching for kernel-doc.22 regular expressions and define sub at class init time.128 def sub(self, sub, string, count=0):130 Alias to re.sub.133 return self.regex.sub(sub, string, count=count)