Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bpython/bpython
/ beginning_of_line
Function
beginning_of_line
bpython/curtsiesfrontend/manual_readline.py:187–188 ·
view source on GitHub ↗
(cursor_offset, line)
Source
from the content-addressed store, hash-verified
185
@edit_keys.on(config=
"beginning_of_line_key"
)
186
@edit_keys.on(
"<HOME>"
)
187
def
beginning_of_line(cursor_offset, line):
188
return
0, line
189
190
191
@edit_keys.on(config=
"end_of_line_key"
)
Callers
1
test_beginning_of_line
Method · 0.90
Calls
no outgoing calls
Tested by
1
test_beginning_of_line
Method · 0.72