Home
last modified time | relevance | path

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

/dports/devel/bpython/bpython-0.22.1/bpython/
H A Dline.py21 _current_word_re = LazyReCompile(r"(?<![)\]\w_.])" r"([\w_][\w0-9._]*[(]?)") variable
29 for m in _current_word_re.finditer(line):