Python 2.5.2 script that add "The function starts here" to all the functions of the files of a direc
Posted
by user248959
on Stack Overflow
See other posts from Stack Overflow
or by user248959
Published on 2010-04-05T10:07:48Z
Indexed on
2010/04/05
10:13 UTC
Read the original article
Hit count: 168
python
Hi,
i would like to replace the lines
function *{
by
function *{echo "The function starts here."
where * is what ever.
Any idea how to do that in Python?
Regards
Javi
© Stack Overflow or respective owner