creek.scrap.multi_streams

class creek.scrap.multi_streams.IntervalSlicer(match_intervals: Callable[[Iterable[IntervalTuple], Iterable[IntervalTuple]], Iterable[IntervalTuple]])[source]
creek.scrap.multi_streams.MyType(name: str, tp: type = typing.Any, doc: Optional[str] = None, aka: Optional[Union[str, Iterable[str]]] = None)[source]

Like typing.NewType with some extras (__doc__ and _aka attributes, etc.)