Functions§
- format_
insert - Format an insert response for compact output.
- format_
replace - Format an edit replace response for compact output.
- handle_
edit_ insert_ after - Insert
codeimmediately after a symbol’s end line. - handle_
edit_ insert_ before - Insert
codebefore a symbol, skipping any leading attributes/decorators/doc comments. - handle_
edit_ replace - Replace a symbol’s body with
code.