On Feb 16, 2005, at 11:43, Phillip J. Eby wrote:

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. :)

I was thinking that too, but I didn't have the energy to code it in an email :)


-bob

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to