String#
- class pyopenms.String#
Bases:
object
Cython implementation of _String
Original C++ documentation is available here
- __init__(self) None #
Methods
__init__
(self)Cython signature: const_char * c_str()
Cython signature: str toString() -- Note: this returns a unicode string and assumes the underlying std::string object is UTF8 encoded (ASCII is a subset and works, too)
- c_str()#
Cython signature: const_char * c_str()
- toString()#
Cython signature: str toString() – Note: this returns a unicode string and assumes the underlying
std::string object is UTF8 encoded (ASCII is a subset and works, too)