[Python-Dev] subclassing PyCFunction_Type

Phillip J. Eby pje at telecommunity.com
Wed Feb 16 17:43:51 CET 2005


At 11:26 AM 2/16/05 -0500, Bob Ippolito wrote:
> >>> help(FakeBuiltin("name", "name(foo, bar, baz) -> rval"))
>Help on built-in function name:
>
>name(...)
>     name(foo, bar, baz) -> rval

If you wanted to be even more ambitious, you could return FunctionType and 
have a fake func_code so pydoc will be able to see the argument signature 
directly.  :)



More information about the Python-Dev mailing list