Re: What does this "See help(type(self)) for accurate signature." actually mean?

Lawrence D’Oliveiro <[email protected]> Mon, 16 Mar 2026 09:15:28 -0000 (UTC)
Newsgroups comp.lang.python
Organization A noiseless patient Spider
Message-ID <[email protected]>
On Mon, 16 Mar 2026 08:53:29 +0000, Chris Green wrote:

> Lawrence D’Oliveiro <[email protected]> wrote:
>>
>> On Sun, 15 Mar 2026 09:05:08 +0000, Chris Green wrote:
>
> In that case what does that "See help(type(self)) for accurate
> signature" mean then?
>>
>> Or it just means that the detailed docstring explaining what all
>> those args are for is attached to the class, not this __init__
>> method.