How to edit a function in an interactive python session?

Peng Yu pengyu.ut at gmail.com
Wed Dec 20 20:42:04 EST 2017


Hi,

R has the function edit() which allows the editing of the definition
of a function. Does python have something similar so that users can
edit python functions on the fly? Thanks.

https://www.rdocumentation.org/packages/utils/versions/3.4.3/topics/edit

-- 
Regards,
Peng



More information about the Python-list mailing list