File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed
python/server/auto_generated Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -36,13 +36,22 @@ Constructor
36
36
37
37
virtual QByteArray formatResponse( QString &responseFormat /Out/ ) const;
38
38
%Docstring
39
- Format the exception for sending to client
39
+ Formats the exception for sending to client
40
40
41
41
42
- :return: - QByteArray the fermatted response.
42
+ :return: - QByteArray The formatted response.
43
43
- responseFormat: QString to store the content type of the response format.
44
44
45
- The defaolt implementation return text/xml format.
45
+ The default implementation returns text/xml format.
46
+ %End
47
+
48
+ QByteArray formatResponse() const;
49
+ %Docstring
50
+ Formats the exception for sending to client
51
+
52
+ :return: QByteArray The formatted response.
53
+
54
+ .. versionadded:: 3.8
46
55
%End
47
56
48
57
};
You can’t perform that action at this time.
0 commit comments