argument list
John J. Lee
jjl at pobox.com
Mon Dec 29 18:45:56 EST 2003
More information about the Python-list mailing list
Mon Dec 29 18:45:56 EST 2003
- Previous message (by thread): NEWBIE: ishexdigit revisited
- Next message (by thread): argument list
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"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
- Previous message (by thread): NEWBIE: ishexdigit revisited
- Next message (by thread): argument list
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list