[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pykde
Subject:    Re: [PyQt] Minor glitch in %Docstring example
From:       Phil Thompson <phil () riverbankcomputing ! com>
Date:       2019-07-17 15:52:34
Message-ID: 277705f3b55b16908e91d12dc47b3f17 () riverbankcomputing ! com
[Download RAW message or body]

On 17/07/2019 16:01, Giuseppe Corbelli wrote:
> Hi all
> The document
> https://www.riverbankcomputing.com/static/Docs/sip/directives.html#directive-%Docstring
> 
> 
> has an example that reads:
> public:
>     Klass();
> %Docstring deindented
>     This will be appended to the class's docstring and will not be 
> indented.
> 
>         This will be indented by four spaces.
> %End
> 
> 
> while it should be (note the quotes):
> public:
>     Klass();
> %Docstring "deindented"
>     This will be appended to the class's docstring and will not be 
> indented.
> 
>         This will be indented by four spaces.
> %End
> 
> 
> BTW, what is the correct syntax to get both deindented and appended?
> I tried
> %Docstring "deindented","appended"
> %Docstring "deindented" "appended"
> %Docstring "deindented";"appended"
> 
> with no luck (syntax error).

As it says in the link you posted...

%Docstring(format="deindented", signature="appended")

Phil
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
https://www.riverbankcomputing.com/mailman/listinfo/pyqt

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic