> Is it possible to get the list of keywords parameters from > a function that is implemented in a C extension ? No, you'd hve to invent a docstring convention for that. :-( --Guido van Rossum (home page: http://www.python.org/~guido/)