One function Result.
More...
One function Result.
Result: This class represents a function result.
This class represents one result from a function. It corresponds to the following XML:
<Result Name="..." Type="..." Brief="..." />
def data_structures.Result.__init__ |
( |
|
self, |
|
|
|
result_element, |
|
|
|
style |
|
) |
| |
Result: This class represents a function result.
data_structures.Result.attributes result_element.attrib |
|
static |
Result: Initialize *self* from *result_element*.
string data_structures.Result.result self.type |
|
static |
Result: Return a formatted version of *self*
controlled by *fmt*.
If *fmt* is a 't', return the type of *self*.
If *fmt* is a 'n', return the name of *self*.
If *fmt* is a 'c', return a C/C++ typed name.
The documentation for this class was generated from the following file: