argument list

Phil Hornby phil.hornby at accutest.co.uk
Tue Dec 30 05:24:05 EST 2003


Looks like I will be calling inspect from my app - as using except
TypeError: rather than using inspect won't do what I want as it is done @
runtime and I need to make the decision when initialising not when I try to
call it - i.e. when I am deciding which handlers to assign to which events;
this way I can hopefully minimise the number of reasons for the system
stalling - because in reality if an exception is thrown from within a
handler then the system needs to stop(optionally).

Thanks for the suggestions peeps...

Phil






More information about the Python-list mailing list