Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #52670

refresing the edited python function

Date 2013-08-19 08:55 +0800
From Sudheer Joseph <sudheer.joseph@yahoo.com>
Subject refresing the edited python function
Newsgroups comp.lang.python
Message-ID <mailman.10.1376875558.19984.python-list@python.org> (permalink)

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw


Hi,
I have been using ipython and ipython with qtconsole and working on a code with functions. Each time I make a modification in function  

I have to quit IPTHON console (in both with and with out qt console ) and reload the function freshly. If I need to see the changed I made in the function. I tried below options
del function name

import the module again  by issuing "from xxx.py import yy"
import xxx.py
make changes
reload(xxx.py)
this
 works only if the the function in the code has same name as the code. 
But even this do not reflect the changes made by editing the code.
So what is the standard way to update the function for further tests after an edit?
with best regards,
Sudheer 
 
***************************************************************
Sudheer Joseph 
Indian National Centre for Ocean Information Services
Ministry of Earth Sciences, Govt. of India
POST BOX NO: 21, IDA Jeedeemetla P.O.
Via Pragathi Nagar,Kukatpally, Hyderabad; Pin:5000 55
Tel:+91-40-23886047(O),Fax:+91-40-23895011(O),
Tel:+91-40-23044600(R),Tel:+91-40-9440832534(Mobile)
E-mail:sjo.India@gmail.com;sudheer.joseph@yahoo.com
Web- http://oppamthadathil.tripod.com
***************************************************************

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

refresing the edited python function Sudheer Joseph <sudheer.joseph@yahoo.com> - 2013-08-19 08:55 +0800
  Re: refresing the edited python function alex23 <wuwei23@gmail.com> - 2013-08-20 17:01 +1000
    RE: refresing the edited python function "Prasad, Ramit" <ramit.prasad@jpmorgan.com.dmarc.invalid> - 2013-08-20 15:08 +0000

csiph-web