Searched refs:getCompiledRegExp (Results 1 – 4 of 4) sorted by relevance
9 def getCompiledRegExp (self) :
213 match = pattern.getCompiledRegExp().match(data[startIndex:])
136 def getCompiledRegExp (self): member in Pattern
68 * **``getCompiledRegExp()``**: 77 Note that any regular expression returned by ``getCompiledRegExp`` must capture79 with ``r'(.*?)!'``. When using the default ``getCompiledRegExp()`` method 81 and ``getCompiledRegExp`` will wrap your expression for you. This means that