| H A D | kdoc_re.py | 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.
 30         Adds a new regex or re-use it from the cache.
 92     def sub(self, sub, string, count=0):
 94         Alias to re.sub
 97         return self.regex.sub(su
 95 sub(self, sub, string, count=0) global()  argument
 229 sub(self, regex, sub, line, count=0) global()  argument
 [all...]
 |