Home
last modified time | relevance | path

Searched refs:_can_split (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/py-regex/regex-2020.7.14/regex_3/
H A D_regex_core.py2142 while count > 0 and not all(Branch._can_split(a, count) for a in
2199 def _can_split(items, count): member in Branch
/dports/textproc/py-regex/regex-2020.7.14/regex_2/
H A D_regex_core.py2160 while count > 0 and not all(Branch._can_split(a, count) for a in
2217 def _can_split(items, count): member in Branch