DRange1# class pyopenms.DRange1# Bases: object Cython implementation of _DRange1 Original C++ documentation is available here __init__()# Overload: __init__(self) → None Overload: __init__(self, in_0: DRange1) → None Methods __init__ isEmpty(self) isIntersected(self, range_) united(self, other_range) isEmpty(self) → bool# isIntersected(self, range_: DRange1) → bool# united(self, other_range: DRange1) → DRange1#