StringView

class pyopenms.StringView

Bases: object

Cython implementation of _StringView

Original C++ documentation is available here

__init__()

Overload:

__init__(self) None

Overload:

__init__(self, in_0: bytes) None

Overload:

__init__(self, in_0: StringView) None

Methods

__init__

Overload:

getString(self)

size(self)

substr(self, start, end)

getString(self) Union[bytes, str, String]
size(self) int
substr(self, start: int, end: int) StringView