StringView
- class pyopenms.StringView
Bases:
objectCython 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
Overload:
getString(self)size(self)substr(self, start, end)- size(self) int
- substr(self, start: int, end: int) StringView