argument list
Phil Hornby
phil.hornby at accutest.co.uk
Sun Dec 28 16:10:33 EST 2003
More information about the Python-list mailing list
Sun Dec 28 16:10:33 EST 2003
- Previous message (by thread): argument list
- Next message (by thread): argument list
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Dear Python List, I am working on a solution embedding Python in an app that will looks for specific string combination within the function names to determine if a handler for an event exists; I have been able to extract the function names and find all of the 'fields' of interest. What I am concerned about, however, is that they could have the wrong argument profile, as specific handlers will have specific function arguments - can I find out what arguments a specific functions takes from the C-API? As I don't seem to be able to find anything...but I could be just being blind... Thanks... -- Phil Hornby
- Previous message (by thread): argument list
- Next message (by thread): argument list
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list