cmd all commands method?

Bjoern Schliessmann usenet-mail-0306.20.chr0n0ss at spamgourmet.com
Sat Feb 17 17:44:55 EST 2007


placid wrote:

> if i want to treat every cmdloop prompt entry as a potential
> command then i need to overwrite the default() method ?

Excuse me, what's a cmdloop prompt? What's the "default() method"?
 
> What i want to achieve is to be able to support global variable
> creation for example;
> 
> res = sum 1 2
> 
> this would create a variable res with the result of the method
> do_sum() ?
> 
> then would i be able to run;
> 
> sum a  5
> 
> this would return 8 or an error saying that res is not defined

Are you sure you're talking about Python here?

Regards,


Björn

-- 
BOFH excuse #7:

poor power conditioning




More information about the Python-list mailing list