[C++-sig] Re: function::argument_error / overloads & docstrings

Mike Rovner mike at nospam.com
Wed Nov 5 21:18:49 CET 2003


Nikolay Mladenov wrote:
>> Help on method set:
>>
>> set(...) unbound keywords.Foo method
>>     set(struct Foo self, int a=0, double b=0.0, class
>> _STL::basic_string<char,struct std::char_traits<char>,class
>> _STL::allocator<char> > n="")
>>         Sets all the fields of self
>
> I now think that this is too intrusive and there should be a way
> to specify whether or not the signature will be attached to the

That's great! However I'd like to note
1. it's better to show "pythonic" signatures (several, as single name may
has a few definitions)
2. let's user put his own docstring OR bpl'll generate signatures as
docstring by default

My 0.02

Mike







More information about the Cplusplus-sig mailing list