Home
last modified time | relevance | path

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

/dports/devel/bpython/bpython-0.22.1/bpython/test/
H A Dtest_line_properties.py15 current_single_word,
332 self.func = current_single_word
/dports/devel/bpython/bpython-0.22.1/bpython/
H A Dline.py255 def current_single_word(cursor_offset: int, line: str) -> Optional[LinePart]: function
H A Dautocomplete.py557 return lineparts.current_single_word(cursor_offset, line)