Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ indent_buffer
Function
indent_buffer
IPython/terminal/shortcuts.py:205–206 ·
view source on GitHub ↗
(event)
Source
from the content-addressed store, hash-verified
203
sys.exit(
"Quit"
)
204
205
def
indent_buffer(event):
206
event.current_buffer.insert_text(
' '
* 4)
207
208
@undoc
209
def
newline_with_copy_margin(event):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected