Public Member Functions | |
def | __init__ |
def | __len__ |
def | from_param |
Public Attributes | |
data | |
raw | |
Static Public Attributes | |
tuple | from_param = classmethod(from_param) |
Static Private Attributes | |
list | _fields_ |
def Shark_libs::tm_export::String::__init__ | ( | self, | ||
obj = "" | ||||
) |
Reimplemented from Shark_libs::tm_export::MutableString.
def Shark_libs::tm_export::String::__len__ | ( | self | ) |
Reimplemented from Shark_libs::tm_export::UserString.
def Shark_libs::tm_export::String::from_param | ( | cls, | ||
obj | ||||
) |
list Shark_libs::tm_export::String::_fields_ [static, private] |
Initial value:
[('raw', POINTER(c_char)), ('data', c_char_p)]
Reimplemented from Shark_libs::tm_export::MutableString.
tuple Shark_libs::tm_export::String::from_param = classmethod(from_param) [static] |