ICalGLib.Reqstat¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class ICalGLib.Reqstat(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
This is the
ICalGLib.Reqstat
instance.- classmethod new_from_string(str)¶
- Parameters:
str (
str
) – A string- Returns:
The newly created
ICalGLib.Reqstat
.- Return type:
Creates a
ICalGLib.Reqstat
from string.New in version 1.0.
- get_code()¶
- Returns:
The code of self.
- Return type:
Gets the code of
ICalGLib.Reqstat
.New in version 1.0.
- get_debug()¶
- Returns:
The debug of self.
- Return type:
Gets the debug of
ICalGLib.Reqstat
.New in version 1.0.
- get_desc()¶
- Returns:
The desc of self.
- Return type:
Gets the desc of
ICalGLib.Reqstat
.New in version 1.0.
- set_code(code)¶
- Parameters:
code (
ICalGLib.RequestStatus
) – The code of self
Sets the code of
ICalGLib.Reqstat
.New in version 1.0.
- to_string()¶
- Returns:
A string.
- Return type:
Converts
ICalGLib.Reqstat
to a string representation.New in version 1.0.