Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bpython/bpython
/ endpoints
Endpoints
7 in github.com/bpython/bpython
⨍
Functions
1,126
◇
Types & classes
215
↳
Endpoints
7
Route
current_output_line
current_output_line.setter
bpython/curtsiesfrontend/repl.py:None
Route
test_formatting_takes_just_last_part
mock.patch("os.path.sep", new="/")
bpython/test/test_autocomplete.py:None
Route
test_match_returns_dirs_when_dirs_exist
mock.patch(glob_function, new=lambda text: ["abcde", "aaaaa"])
bpython/test/test_autocomplete.py:None
Route
test_match_returns_empty_list_when_no_files
mock.patch(glob_function, new=lambda text: [])
bpython/test/test_autocomplete.py:None
Route
test_match_returns_files_when_files_exist
mock.patch(glob_function, new=lambda text: ["abcde", "aaaaa"])
bpython/test/test_autocomplete.py:None
Route
test_match_returns_none_if_not_in_string
mock.patch(glob_function, new=lambda text: [])
bpython/test/test_autocomplete.py:None
Route
test_tilde_stays_pretty
mock.patch( glob_function, new=lambda text: ["/expand/ed/abcde", "/expand/ed/aaaaa"] )
bpython/test/test_autocomplete.py:None