| H A D | kdoc_re.py | 2 # SPDX-License-Identifier: GPL-2.0 8 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, strin 92 sub(self, sub, string, count=0) global() argument 226 sub(self, regex, sub, line, count=0) global() argument [all...] |