argument list

John J. Lee jjl at pobox.com
Mon Dec 29 18:45:56 EST 2003


"Phil Hornby" <phil.hornby at accutest.co.uk> writes:
[...]
> and would rather avoid having to call a script to check a script.
[...]

Why?

Unless you plan on messing up calling of Python code from C, there's
no problem calling inspect from C.  The risks you're trying to
mitigate aren't to do with Python itself, but with the particular
handlers you're dealing with (though I don't know enough about your
application to know exactly what you need to do in response to your
inspect-ions).


John




More information about the Python-list mailing list